Revision e240371ab1e8a104bf13277ff18a61defd7902cb authored by Joachim Wuttke (o) on 11 February 2020, 15:27:27 UTC, committed by Brad King on 11 February 2020, 15:47:26 UTC
* Make overview more focussed
* Explain the relation to CPackIFW
1 parent 78779c6
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top