https://github.com/Kitware/CMake
Revision 752ab27292b0ed801c1850eebb96b2d9651b839d authored by Brad King on 15 August 2017, 18:00:59 UTC, committed by Brad King on 15 August 2017, 18:00:59 UTC
2 parent s 1622848 + 6293025
Raw File
Tip revision: 752ab27292b0ed801c1850eebb96b2d9651b839d authored by Brad King on 15 August 2017, 18:00:59 UTC
Merge branch 'backport-FindCygwin-fix-regression' into release-3.9
Tip revision: 752ab27
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top