FindBoost: Avoid mentioning discouraged MSVC##` variable

This commit is contained in:
Brad King
2017-03-22 11:35:29 -04:00
parent e1adec32b8
commit 3fe3182247

View File

@@ -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)