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: V6_9_1~19 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=fd2f5a25352289a0eb8cd223e630cbbfe5bcb3a4;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/templates/occt_macros.cmake b/adm/templates/occt_macros.cmake index 2492316db7..af6e283148 100644 --- a/adm/templates/occt_macros.cmake +++ b/adm/templates/occt_macros.cmake @@ -63,6 +63,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)