Revert "Build/Boost: Added support for finding vs 15.3 libraries"

This reverts commit e6393a3f7c.
This commit is contained in:
vincent-michael
2017-09-08 22:07:45 +02:00
parent e6393a3f7c
commit 22d784aaa8

View File

@@ -384,9 +384,7 @@ function(_Boost_GUESS_COMPILER_PREFIX _ret)
set (_boost_COMPILER "-il")
endif()
elseif("x${CMAKE_CXX_COMPILER_ID}" STREQUAL "xMSVC")
if (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 19.11)
set(_boost_COMPILER "-vc141;-vc140;-vc1411")
elseif (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 19.10)
if (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 19.10)
set(_boost_COMPILER "-vc141;-vc140")
elseif (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 19)
set(_boost_COMPILER "-vc140")