https://github.com/Kitware/CMake
Revision 1b6a3047c6c2fc01afbcdba596bbbcaca8d7b43f authored by Brad King on 12 March 2019, 17:01:57 UTC, committed by Brad King on 12 March 2019, 17:01:57 UTC
2 parent s 225675b + f3cedf3
Raw File
Tip revision: 1b6a3047c6c2fc01afbcdba596bbbcaca8d7b43f authored by Brad King on 12 March 2019, 17:01:57 UTC
Merge branch 'revert-vs-msbuild-arch' into release-3.14
Tip revision: 1b6a304
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top