Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing SQLITE3_INCLUDE_DIR in pyspatialite CMakeLists.txt
  • Loading branch information
rouault committed Mar 23, 2016
1 parent 8fdf485 commit d830d91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ext-libs/pyspatialite/CMakeLists.txt
Expand Up @@ -5,6 +5,7 @@ INCLUDE_DIRECTORIES(
${PYTHON_INCLUDE_PATH}
${GEOS_INCLUDE_DIR}
${PROJ_INCLUDE_DIR}
${SQLITE3_INCLUDE_DIR}
)

SET(PYSPATIALITE_SRC
Expand Down

0 comments on commit d830d91

Please sign in to comment.