Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2942 from rouault/missing_sqlite3_include_tests_a…
…nalysis

Add missing SQLITE3_INCLUDE_DIR in tests/src/analysis/CMakeLists.txt
  • Loading branch information
m-kuhn committed Mar 27, 2016
2 parents 060019c + 2c6d4ba commit e922ba3
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 e922ba3

Please sign in to comment.