summaryrefslogtreecommitdiffstats
path: root/Modules/FindBoost.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-03-23 12:42:37 (GMT)
committerBrad King <brad.king@kitware.com>2017-03-23 12:42:37 (GMT)
commitb8c72c50f7a75c46a596b2209223def2a70aebfc (patch)
tree1da40636a4605ebb81b1a2076da1d2c21b7dbc86 /Modules/FindBoost.cmake
parentd2fb1264d71d64f48ab8c7f15dc3d1fed4182111 (diff)
parent9ab966a722bbe08615d6d5d4a82fd27aab64d315 (diff)
downloadCMake-b8c72c50f7a75c46a596b2209223def2a70aebfc.zip
CMake-b8c72c50f7a75c46a596b2209223def2a70aebfc.tar.gz
CMake-b8c72c50f7a75c46a596b2209223def2a70aebfc.tar.bz2
Merge branch 'avoid-MSVC-per-version-vars' into release
Diffstat (limited to 'Modules/FindBoost.cmake')
-rw-r--r--Modules/FindBoost.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake
index 2886381..a6f63f5 100644
--- a/Modules/FindBoost.cmake
+++ b/Modules/FindBoost.cmake
@@ -445,7 +445,7 @@ function(_Boost_GUESS_COMPILER_PREFIX _ret)
set(_boost_COMPILER "-vc71")
elseif(NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 13) # Good luck!
set(_boost_COMPILER "-vc7") # yes, this is correct
- else() # MSVC60 Good luck!
+ else() # VS 6.0 Good luck!
set(_boost_COMPILER "-vc6") # yes, this is correct
endif()
elseif (BORLAND)