mirror of
https://github.com/reactos/CMake.git
synced 2025-02-17 10:10:19 +00:00
FindBoost: Add -vc140 mangling for VS 14
Co-Author: Pawel Stopinski <diokhan@go2.pl>
This commit is contained in:
parent
bdc7d9c8d9
commit
b1cbd577c1
@ -383,6 +383,8 @@ function(_Boost_GUESS_COMPILER_PREFIX _ret)
|
||||
else()
|
||||
set (_boost_COMPILER "-il")
|
||||
endif()
|
||||
elseif (MSVC14)
|
||||
set(_boost_COMPILER "-vc140")
|
||||
elseif (MSVC12)
|
||||
set(_boost_COMPILER "-vc120")
|
||||
elseif (MSVC11)
|
||||
|
Loading…
x
Reference in New Issue
Block a user