Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add another missing SQLITE3_INCLUDE_DIR
  • Loading branch information
rouault committed Mar 21, 2016
1 parent 9fcc246 commit a5ab9d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/spatialite/CMakeLists.txt
Expand Up @@ -41,6 +41,7 @@ INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_BINARY_DIR}/../../ui
)
INCLUDE_DIRECTORIES(SYSTEM
${SQLITE3_INCLUDE_DIR}
${SPATIALITE_INCLUDE_DIR}
${GEOS_INCLUDE_DIR}
)
Expand Down

0 comments on commit a5ab9d2

Please sign in to comment.