Skip to content

Commit

Permalink
[virtual provider] Add SQLITE3_INCLUDE_DIR to CMakeLists.txt
Browse files Browse the repository at this point in the history
The virtual provider depends directly on sqlite3.h, but fails to add
explictly its paths, relying on it to be present in the other used
included paths, which may be not always the case in some setups.
  • Loading branch information
rouault committed Mar 10, 2016
1 parent e6785ba commit 455a473
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 455a473

Please sign in to comment.