Skip to content

Commit 455a473

Browse files
committed
[virtual provider] Add SQLITE3_INCLUDE_DIR to CMakeLists.txt
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.
1 parent e6785ba commit 455a473

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/providers/virtual/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ INCLUDE_DIRECTORIES(
3535
)
3636
INCLUDE_DIRECTORIES(SYSTEM
3737
${POSTGRES_INCLUDE_DIR}
38+
${SQLITE3_INCLUDE_DIR}
3839
${SPATIALITE_INCLUDE_DIR}
3940
${GEOS_INCLUDE_DIR}
4041
${QSCINTILLA_INCLUDE_DIR}

0 commit comments

Comments
 (0)