https://github.com/Kitware/CMake
Revision 51988a4fce528de090a62d5c7b4d24637542c916 authored by Brad King on 04 March 2014, 15:17:05 UTC, committed by Brad King on 04 March 2014, 15:17:05 UTC
2 parent s 54a4c93 + 3504f9b
Raw File
Tip revision: 51988a4fce528de090a62d5c7b4d24637542c916 authored by Brad King on 04 March 2014, 15:17:05 UTC
Merge branch 'fix-check-build-system-crash' into release
Tip revision: 51988a4
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top