Update of CMakeLists.txt for Microsoft Visual Studio 2013
authorbugmaster <bugmaster@opencascade.com>
Mon, 2 Jun 2014 10:32:23 +0000 (14:32 +0400)
committerbugmaster <bugmaster@opencascade.com>
Mon, 2 Jun 2014 10:32:23 +0000 (14:32 +0400)
CMakeLists.txt

index 6bbd29a..49add8f 100644 (file)
@@ -81,6 +81,8 @@ if (MSVC)
     set (COMPILER vc10)
   elseif (MSVC11)
     set (COMPILER vc11)
+  elseif (MSVC12)
+    set (COMPILER vc12)
   endif()
 elseif (DEFINED CMAKE_COMPILER_IS_GNUCC)
   set (COMPILER gcc)