Build/Boost: Added support for finding vs 15.3 libraries

This commit is contained in:
vincent-michael
2017-09-08 20:03:13 +02:00
parent 3abfd66018
commit e6393a3f7c
+3 -1
View File
@@ -384,7 +384,9 @@ 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.10)
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)
set(_boost_COMPILER "-vc141;-vc140")
elseif (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 19)
set(_boost_COMPILER "-vc140")