[geos-commits] r3995 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Aug 8 20:13:07 PDT 2014


Author: robe
Date: 2014-08-08 20:13:06 -0700 (Fri, 08 Aug 2014)
New Revision: 3995

Modified:
   trunk/CMakeLists.txt
Log:
#698 patch to support MSVC12 and MSVC13

Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt	2014-08-09 03:11:37 UTC (rev 3994)
+++ trunk/CMakeLists.txt	2014-08-09 03:13:06 UTC (rev 3995)
@@ -122,7 +122,7 @@
   #set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W4")
   string(REGEX REPLACE "/W[0-9]" "/W4" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
 
-  if(MSVC80 OR MSVC90 OR MSVC10 OR MSVC11)
+  if(MSVC80 OR MSVC90 OR MSVC10 OR MSVC11 OR MSVC12 OR MSVC13)
 
     # Option is to enable the /MP switch for Visual Studio 2005 or later
     option(GEOS_MSVC_ENABLE_MP



More information about the geos-commits mailing list