Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2939 from rouault/missing_sqlite3_include_pyspati…
…alite

Add missing SQLITE3_INCLUDE_DIR in pyspatialite CMakeLists.txt
  • Loading branch information
m-kuhn committed Mar 23, 2016
2 parents 8fdf485 + d830d91 commit 4b57964
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 4b57964

Please sign in to comment.