Skip to content

Commit 25932aa

Browse files
rouaultnyalldawson
authored andcommitted
[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. (cherry-picked from 455a473)
1 parent d261ed5 commit 25932aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)