https://github.com/Kitware/CMake
Raw File
Tip revision: f3cedf381ec2cdeeeb01eb991d731e35978b4d24 authored by Brad King on 12 March 2019, 16:53:06 UTC
VS: Revert "Use MSBuild matching toolset host architecture"
Tip revision: f3cedf3
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top