https://github.com/Kitware/CMake
Revision c69a84c3087f8aa294f4260a856c9440d3ee011a authored by Brad King on 03 March 2014, 15:12:05 UTC, committed by Brad King on 03 March 2014, 15:12:05 UTC
2 parent s 9efba5d + 38df26b
Raw File
Tip revision: c69a84c3087f8aa294f4260a856c9440d3ee011a authored by Brad King on 03 March 2014, 15:12:05 UTC
Merge branch 'CMP0043-dir-prop' into release
Tip revision: c69a84c
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top