[geos-commits] r3994 - branches/3.4
svn_geos at osgeo.org
svn_geos at osgeo.org
Fri Aug 8 20:11:37 PDT 2014
Author: robe
Date: 2014-08-08 20:11:37 -0700 (Fri, 08 Aug 2014)
New Revision: 3994
Modified:
branches/3.4/CMakeLists.txt
Log:
get rid of extra space
Modified: branches/3.4/CMakeLists.txt
===================================================================
--- branches/3.4/CMakeLists.txt 2014-08-09 03:09:19 UTC (rev 3993)
+++ branches/3.4/CMakeLists.txt 2014-08-09 03:11:37 UTC (rev 3994)
@@ -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 OR MSVC12 OR MSVC13)
+ 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