[geos-commits] r2896 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Sat Jan 30 18:45:10 EST 2010


Author: mloskot
Date: 2010-01-30 18:45:09 -0500 (Sat, 30 Jan 2010)
New Revision: 2896

Modified:
   trunk/CMakeLists.txt
Log:
Updated configuration of GEOS_ENABLE_TESTS option for CMake (#317)

Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt	2010-01-30 22:48:06 UTC (rev 2895)
+++ trunk/CMakeLists.txt	2010-01-30 23:45:09 UTC (rev 2896)
@@ -47,12 +47,15 @@
 # Check custom global options
 #################################################################################
 
+option(GEOS_ENABLE_TESTS
+  "Set to OFF|ON (default) to control build of GEOS tests package" ON)
+
 option(GEOS_ENABLE_INLINE
-  "Set to ON to enable GEOS compilation with small functions inlining" ON)
+  "Set to OFF|ON (default) to control GEOS compilation with small functions inlining" ON)
 
 if(NOT MSVC)
   option(GEOS_ENABLE_ASSERT
-    "Set to ON to build GEOS with assert() macro enabled" OFF) 
+    "Set to ON|OFF (default) to build GEOS with assert() macro enabled" OFF) 
 endif()
 
 #################################################################################



More information about the geos-commits mailing list