Skip to content

Commit 30fd719

Browse files
author
jef
committedJun 10, 2008
fix compile error on windows
git-svn-id: http://svn.osgeo.org/qgis/trunk@8638 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d344e96 commit 30fd719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/providers/memory/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SET (MEMORY_SRCS memoryprovider.cpp)
44
INCLUDE_DIRECTORIES(
55
.
66
../../core
7-
# ${GEOS_INCLUDE_DIR}
7+
${GEOS_INCLUDE_DIR}
88
)
99

1010
ADD_LIBRARY(memoryprovider MODULE ${MEMORY_SRCS})

0 commit comments

Comments
 (0)
Please sign in to comment.