]> OCCT Git - occt-copy.git/commitdiff
0026691: CMake building procedure should support compiler of version 14.0 of Microsof...
authoribs <ibs@opencascade.com>
Tue, 15 Sep 2015 13:56:14 +0000 (16:56 +0300)
committeribs <ibs@opencascade.com>
Thu, 17 Sep 2015 11:25:37 +0000 (14:25 +0300)
"vc14" compiler name added to CMake building script

adm/templates/occt_macros.cmake

index 2492316db76cb8aa249f625ad00ae8e1cb4afc8d..af6e283148eab72a08bde4c1691306a96eaec014 100644 (file)
@@ -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)