Skip to content

Commit

Permalink
fix compile error on windows
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8638 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jun 10, 2008
1 parent 6b5d9d6 commit 50a5eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/memory/CMakeLists.txt
Expand Up @@ -4,7 +4,7 @@ SET (MEMORY_SRCS memoryprovider.cpp)
INCLUDE_DIRECTORIES(
.
../../core
# ${GEOS_INCLUDE_DIR}
${GEOS_INCLUDE_DIR}
)

ADD_LIBRARY(memoryprovider MODULE ${MEMORY_SRCS})
Expand Down

0 comments on commit 50a5eb8

Please sign in to comment.