https://github.com/Kitware/CMake
Revision 566d20771f82492081c55c9da6f1768941eee40a authored by Brad King on 06 February 2017, 16:27:03 UTC, committed by Brad King on 06 February 2017, 16:27:03 UTC
1 parent 1d25e8a
Raw File
Tip revision: 566d20771f82492081c55c9da6f1768941eee40a authored by Brad King on 06 February 2017, 16:27:03 UTC
CMake 3.8.0-rc1 version update
Tip revision: 566d207
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top