[geos-commits] r2916 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Sun Feb 21 09:50:16 EST 2010


Author: mloskot
Date: 2010-02-21 09:50:16 -0500 (Sun, 21 Feb 2010)
New Revision: 2916

Modified:
   trunk/CMakeLists.txt
Log:
Patch from Gavin Heavyside that enables CMake to build GEOS as a dependency of user-defined project

Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt	2010-02-17 14:04:18 UTC (rev 2915)
+++ trunk/CMakeLists.txt	2010-02-21 14:50:16 UTC (rev 2916)
@@ -19,7 +19,7 @@
 endif()
 
 # Location of custom CMake modules with macros used by GEOS
-set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules")
+set(CMAKE_MODULE_PATH "${geos_SOURCE_DIR}/cmake/modules")
 
 #################################################################################
 # Setup GEOS version



More information about the geos-commits mailing list