From: bugmaster Date: Mon, 2 Jun 2014 10:32:23 +0000 (+0400) Subject: Update of CMakeLists.txt for Microsoft Visual Studio 2013 X-Git-Tag: V6_8_0_beta~277 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=598fcce93c5fcaafa8b556c1530ebaf62f414422;p=occt-copy.git Update of CMakeLists.txt for Microsoft Visual Studio 2013 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6bbd29aa30..49add8fef6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)