[geos-commits] r2920 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Sun Feb 21 12:11:39 EST 2010


Author: mloskot
Date: 2010-02-21 12:11:38 -0500 (Sun, 21 Feb 2010)
New Revision: 2920

Modified:
   trunk/CMakeLists.txt
Log:
Another patch from Gavin Heavyside to enable GEOS as a dependency of a project with CMake

Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt	2010-02-21 17:05:41 UTC (rev 2919)
+++ trunk/CMakeLists.txt	2010-02-21 17:11:38 UTC (rev 2920)
@@ -206,13 +206,13 @@
 #################################################################################
 
 # for including GEOS C++ API headers
-include_directories(${CMAKE_SOURCE_DIR}/include)
+include_directories(${geos_SOURCE_DIR}/include)
 
 # for including build-specific GEOS C API headers
-include_directories(${CMAKE_BINARY_DIR}/capi)
+include_directories(${geos_BINARY_DIR}/capi)
 
 # for including build-specific version.h, platform.h and geos_c.h
-include_directories(${CMAKE_BINARY_DIR}/include)
+include_directories(${geos_BINARY_DIR}/include)
 
 #################################################################################
 # Setup checks and generate config headers



More information about the geos-commits mailing list