[QGIS Commit] r8638 - trunk/qgis/src/providers/memory

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Jun 10 07:26:21 EDT 2008


Author: jef
Date: 2008-06-10 07:26:21 -0400 (Tue, 10 Jun 2008)
New Revision: 8638

Modified:
   trunk/qgis/src/providers/memory/CMakeLists.txt
Log:
fix compile error on windows

Modified: trunk/qgis/src/providers/memory/CMakeLists.txt
===================================================================
--- trunk/qgis/src/providers/memory/CMakeLists.txt	2008-06-10 10:17:45 UTC (rev 8637)
+++ trunk/qgis/src/providers/memory/CMakeLists.txt	2008-06-10 11:26:21 UTC (rev 8638)
@@ -4,7 +4,7 @@
 INCLUDE_DIRECTORIES(
   .
   ../../core
-#  ${GEOS_INCLUDE_DIR}
+  ${GEOS_INCLUDE_DIR}
 )
 
 ADD_LIBRARY(memoryprovider MODULE ${MEMORY_SRCS})



More information about the QGIS-commit mailing list