[geos-commits] r3993 - branches/3.4

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Aug 8 20:09:19 PDT 2014


Author: robe
Date: 2014-08-08 20:09:19 -0700 (Fri, 08 Aug 2014)
New Revision: 3993

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

Modified: branches/3.4/CMakeLists.txt
===================================================================
--- branches/3.4/CMakeLists.txt	2014-06-30 20:16:31 UTC (rev 3992)
+++ branches/3.4/CMakeLists.txt	2014-08-09 03:09:19 UTC (rev 3993)
@@ -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