Skip to content

Commit a6b60df

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

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)
Please sign in to comment.