https://github.com/Kitware/CMake
Revision 66542b663645ffdde8481c1ad60e11fd14c2ccb6 authored by Wojciech Mamrak on 08 March 2017, 18:35:28 UTC, committed by Brad King on 08 March 2017, 19:30:38 UTC
The value we documented was left from a preview that still used `v140`
tools.  Update it to match the `v141` tools distributed with the final
release.
1 parent e1adec3
Raw File
Tip revision: 66542b663645ffdde8481c1ad60e11fd14c2ccb6 authored by Wojciech Mamrak on 08 March 2017, 18:35:28 UTC
Help: Update MSVC_VERSION for Visual Studio 2017
Tip revision: 66542b6
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top