https://github.com/Kitware/CMake
Raw File
Tip revision: 9f3546bbb44e23b97ea226fce155330eb352f75b authored by Brad King on 13 June 2016, 14:28:02 UTC
CMake 3.6.0-rc2
Tip revision: 9f3546b
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top