Skip to content

Commit a5ab9d2

Browse files
committedMar 21, 2016
Add another missing SQLITE3_INCLUDE_DIR
1 parent 9fcc246 commit a5ab9d2

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
@@ -41,6 +41,7 @@ INCLUDE_DIRECTORIES(
4141
${CMAKE_CURRENT_BINARY_DIR}/../../ui
4242
)
4343
INCLUDE_DIRECTORIES(SYSTEM
44+
${SQLITE3_INCLUDE_DIR}
4445
${SPATIALITE_INCLUDE_DIR}
4546
${GEOS_INCLUDE_DIR}
4647
)

0 commit comments

Comments
 (0)
Please sign in to comment.