summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-03-22 14:50:33 (GMT)
committerBrad King <brad.king@kitware.com>2017-03-22 14:50:33 (GMT)
commit352b195f8769c5e4c884c1f9d0ba6d747d533547 (patch)
tree4b0048feab030aa1a3e84af1445123d726695483 /Modules
parent5b311041f3c5b000137e6c52a9a0bba53146bc79 (diff)
parent9b2f8a82e54538f7132d2e8903c7cc960b6864f7 (diff)
downloadCMake-352b195f8769c5e4c884c1f9d0ba6d747d533547.zip
CMake-352b195f8769c5e4c884c1f9d0ba6d747d533547.tar.gz
CMake-352b195f8769c5e4c884c1f9d0ba6d747d533547.tar.bz2
Merge branch 'FindBoost-1.64' into release
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindBoost.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake
index 7e42c10..2886381 100644
--- a/Modules/FindBoost.cmake
+++ b/Modules/FindBoost.cmake
@@ -428,7 +428,7 @@ function(_Boost_GUESS_COMPILER_PREFIX _ret)
set(_boost_COMPILER "-ghs")
elseif("x${CMAKE_CXX_COMPILER_ID}" STREQUAL "xMSVC")
if (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 19.10)
- set(_boost_COMPILER "-vc1410")
+ set(_boost_COMPILER "-vc141")
elseif (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 19)
set(_boost_COMPILER "-vc140")
elseif(NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 18)