[geos-commits] r3495 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Tue Oct 4 11:48:29 EDT 2011


Author: hobu
Date: 2011-10-04 08:48:29 -0700 (Tue, 04 Oct 2011)
New Revision: 3495

Modified:
   trunk/CMakeLists.txt
Log:
turn off framework building by default on APPLE

Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt	2011-10-04 15:43:22 UTC (rev 3494)
+++ trunk/CMakeLists.txt	2011-10-04 15:48:29 UTC (rev 3495)
@@ -69,7 +69,7 @@
 
 if(APPLE)
   option(GEOS_ENABLE_MACOSX_FRAMEWORK
-    "Set to OFF|ON (default) to build GEOS as a Mac OS X framework" ON)
+    "Set to OFF|ON (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