Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing SQLITE3_INCLUDE_DIR in tests/src/analysis/CMakeLists.txt
For OSM test
  • Loading branch information
rouault committed Mar 24, 2016
1 parent 140b517 commit 2c6d4ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/analysis/CMakeLists.txt
Expand Up @@ -21,6 +21,7 @@ INCLUDE_DIRECTORIES(SYSTEM
${GDAL_INCLUDE_DIR}
${PROJ_INCLUDE_DIR}
${GEOS_INCLUDE_DIR}
${SQLITE3_INCLUDE_DIR}
)

#############################################################
Expand Down

0 comments on commit 2c6d4ba

Please sign in to comment.