https://github.com/Kitware/CMake
Revision 8dae0ab6d1a5607ba03dbfff1c6458efd02bd5e3 authored by Brad King on 19 September 2017, 15:50:20 UTC, committed by Brad King on 19 September 2017, 15:50:20 UTC
2 parent s d44202e + 6db6301
Raw File
Tip revision: 8dae0ab6d1a5607ba03dbfff1c6458efd02bd5e3 authored by Brad King on 19 September 2017, 15:50:20 UTC
Merge branch 'CTest-crash-missing-glob' into release-3.9
Tip revision: 8dae0ab
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top