Skip to content
Snippets Groups Projects
Commit 3fe31822 authored by Brad King's avatar Brad King
Browse files

FindBoost: Avoid mentioning discouraged `MSVC##`` variable

parent e1adec32
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment