Skip to content

Commit cde4c85

Browse files
committed
Add SPATIALITE_INCLUDE_DIR to include directories in analysis cmakelists for new OSM support
1 parent 7f83b12 commit cde4c85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/analysis/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ INCLUDE_DIRECTORIES(
107107
${PROJ_INCLUDE_DIR}
108108
${GEOS_INCLUDE_DIR}
109109
${GDAL_INCLUDE_DIR}
110+
${SPATIALITE_INCLUDE_DIR}
110111
)
111112

112113
IF (WIN32)

0 commit comments

Comments
 (0)