From b1cbd577c172a946f9097f13902f505ba62087bc Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 24 Jun 2014 15:15:11 -0400 Subject: FindBoost: Add -vc140 mangling for VS 14 Co-Author: Pawel Stopinski --- Modules/FindBoost.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake index dfd4460..0eec4ad 100644 --- a/Modules/FindBoost.cmake +++ b/Modules/FindBoost.cmake @@ -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) -- cgit v0.12