Skip to content

Commit 50a5eb8

Browse files
author
jef
committed
fix compile error on windows
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8638 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 6b5d9d6 commit 50a5eb8

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)