1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00

Update of CMakeLists.txt for Microsoft Visual Studio 2013

This commit is contained in:
bugmaster 2014-06-02 14:32:23 +04:00
parent 774d889744
commit 598fcce93c

View 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)