From: ibs Date: Tue, 15 Sep 2015 13:56:14 +0000 (+0300) Subject: 0026691: CMake building procedure should support compiler of version 14.0 of Microsof... X-Git-Tag: V7_0_0_beta~272 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=63cf1bb64f0388549589c6fa078a2bd7493a47e7;p=occt-copy.git 0026691: CMake building procedure should support compiler of version 14.0 of Microsoft Visual C "vc14" compiler name added to CMake building script --- diff --git a/adm/cmake/occt_macros.cmake b/adm/cmake/occt_macros.cmake index 68d3ef5d45..cf68136706 100644 --- a/adm/cmake/occt_macros.cmake +++ b/adm/cmake/occt_macros.cmake @@ -53,6 +53,8 @@ macro (OCCT_MAKE_COMPILER_SHORT_NAME) set (COMPILER vc11) elseif (MSVC12) set (COMPILER vc12) + elseif (MSVC14) + set (COMPILER vc14) endif() elseif (DEFINED CMAKE_COMPILER_IS_GNUCC) set (COMPILER gcc)