https://github.com/Kitware/CMake
Revision 9f40f656660a791804e94a2a2a98ee89d7f9c70b authored by Brad King on 18 February 2016, 18:41:46 UTC, committed by Brad King on 18 February 2016, 18:41:46 UTC
2 parent s 1c6f917 + d203761
Raw File
Tip revision: 9f40f656660a791804e94a2a2a98ee89d7f9c70b authored by Brad King on 18 February 2016, 18:41:46 UTC
Merge branch 'release'
Tip revision: 9f40f65
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top