Skip to content

Commit 8fc9994

Browse files
committedJan 9, 2016
missing spatialite include dir
1 parent a54c8b1 commit 8fc9994

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/providers/virtual/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ INCLUDE_DIRECTORIES(
3838
)
3939
INCLUDE_DIRECTORIES(SYSTEM
4040
${POSTGRES_INCLUDE_DIR}
41+
${SPATIALITE_INCLUDE_DIR}
4142
${GEOS_INCLUDE_DIR}
4243
${QSCINTILLA_INCLUDE_DIR}
4344
${QCA_INCLUDE_DIR}

0 commit comments

Comments
 (0)
Please sign in to comment.