https://github.com/Kitware/CMake
Revision 82ba50390f52226bdd4162e4108bc4f5226150d6 authored by Kitware Robot on 27 January 2015, 05:01:10 UTC, committed by Kitware Robot on 27 January 2015, 05:01:10 UTC
1 parent 19e57a4
Raw File
Tip revision: 82ba50390f52226bdd4162e4108bc4f5226150d6 authored by Kitware Robot on 27 January 2015, 05:01:10 UTC
CMake Nightly Date Stamp
Tip revision: 82ba503
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top