[geos-commits] r3697 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Tue Jun 26 13:41:26 PDT 2012


Author: mloskot
Date: 2012-06-26 13:41:23 -0700 (Tue, 26 Jun 2012)
New Revision: 3697

Modified:
   trunk/CMakeLists.txt
Log:
[CMake] Corrected description of default value for GEOS_ENABLE_MACOSX_FRAMEWORK option

Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt	2012-06-26 20:34:10 UTC (rev 3696)
+++ trunk/CMakeLists.txt	2012-06-26 20:41:23 UTC (rev 3697)
@@ -73,7 +73,7 @@
 
 if(APPLE)
   option(GEOS_ENABLE_MACOSX_FRAMEWORK
-    "Set to OFF|ON (default) to build GEOS as a Mac OS X framework" OFF)
+    "Set to ON|OFF (default) to build GEOS as a Mac OS X framework" OFF)
   option(GEOS_ENABLE_MACOSX_FRAMEWORK_UNIXCOMPAT
     "Set to ON|OFF (default) to add Unix compatibility to the Mac OS X framework" OFF)
 endif()



More information about the geos-commits mailing list