mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-07 00:00:57 +00:00
FindBoost: Add -vc140 mangling for VS 14
Co-Author: Pawel Stopinski <diokhan@go2.pl>
This commit is contained in:
@@ -383,6 +383,8 @@ function(_Boost_GUESS_COMPILER_PREFIX _ret)
|
|||||||
else()
|
else()
|
||||||
set (_boost_COMPILER "-il")
|
set (_boost_COMPILER "-il")
|
||||||
endif()
|
endif()
|
||||||
|
elseif (MSVC14)
|
||||||
|
set(_boost_COMPILER "-vc140")
|
||||||
elseif (MSVC12)
|
elseif (MSVC12)
|
||||||
set(_boost_COMPILER "-vc120")
|
set(_boost_COMPILER "-vc120")
|
||||||
elseif (MSVC11)
|
elseif (MSVC11)
|
||||||
|
|||||||
Reference in New Issue
Block a user