Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2895 from rouault/missing_include_path_in_virtual…
…_provider

[virtual provider] Add SQLITE3_INCLUDE_DIR to CMakeLists.txt
  • Loading branch information
Hugo Mercier committed Mar 11, 2016
2 parents 6805ba9 + 455a473 commit 145f246
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/virtual/CMakeLists.txt
Expand Up @@ -35,6 +35,7 @@ INCLUDE_DIRECTORIES(
)
INCLUDE_DIRECTORIES(SYSTEM
${POSTGRES_INCLUDE_DIR}
${SQLITE3_INCLUDE_DIR}
${SPATIALITE_INCLUDE_DIR}
${GEOS_INCLUDE_DIR}
${QSCINTILLA_INCLUDE_DIR}
Expand Down

0 comments on commit 145f246

Please sign in to comment.