https://github.com/Kitware/CMake
Raw File
Tip revision: 25b72e9097260d1faf254155a1199886c808a58f authored by Brad King on 12 July 2017, 13:20:01 UTC
CMake 3.9.0-rc6
Tip revision: 25b72e9
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top