https://github.com/Kitware/CMake
Revision 2ccb7081031212314cd689b533f8372871098008 authored by Brad King on 28 October 2020, 11:43:28 UTC, committed by Kitware Robot on 28 October 2020, 11:43:38 UTC
2 parent s 46b0d69 + f48e321
Raw File
Tip revision: 2ccb7081031212314cd689b533f8372871098008 authored by Brad King on 28 October 2020, 11:43:28 UTC
Merge branch 'release-3.19'
Tip revision: 2ccb708
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top