mirror of
https://github.com/reactos/CMake.git
synced 2025-02-20 03:31:55 +00:00
Merge branch 'FindBoost-1.64' into release
This commit is contained in:
commit
352b195f87
@ -428,7 +428,7 @@ function(_Boost_GUESS_COMPILER_PREFIX _ret)
|
||||
set(_boost_COMPILER "-ghs")
|
||||
elseif("x${CMAKE_CXX_COMPILER_ID}" STREQUAL "xMSVC")
|
||||
if (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 19.10)
|
||||
set(_boost_COMPILER "-vc1410")
|
||||
set(_boost_COMPILER "-vc141")
|
||||
elseif (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 19)
|
||||
set(_boost_COMPILER "-vc140")
|
||||
elseif(NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 18)
|
||||
|
Loading…
x
Reference in New Issue
Block a user