[geos-commits] r3805 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Jun 5 01:52:47 PDT 2013


Author: mloskot
Date: 2013-06-05 01:52:47 -0700 (Wed, 05 Jun 2013)
New Revision: 3805

Modified:
   trunk/CMakeLists.txt
Log:
Make Visual C++ 11.0 recognised by CMake configuration

Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt	2013-06-03 07:41:49 UTC (rev 3804)
+++ trunk/CMakeLists.txt	2013-06-05 08:52:47 UTC (rev 3805)
@@ -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)
+  if(MSVC80 OR MSVC90 OR MSVC10 OR MSVC11)
 
     # 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