Skip to content

Commit 4fa62f2

Browse files
author
mhugent
committed
Added geos include dir to spatialite cmake file
git-svn-id: http://svn.osgeo.org/qgis/trunk@10460 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent f593bce commit 4fa62f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/providers/spatialite/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ INCLUDE_DIRECTORIES(
1616
../../core
1717
${SPATIALITE_INCLUDE_DIR}
1818
${SPATIALITE_INCLUDE_DIR}
19+
${GEOS_INCLUDE_DIR}
1920
)
2021

2122
ADD_LIBRARY (spatialiteprovider MODULE ${SPATIALITE_SRCS} ${SPATIALITE_MOC_SRCS})

0 commit comments

Comments
 (0)