mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04:00
Add missing SQLITE3_INCLUDE_DIR in a few components
Those components depend 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. This is a follow-up of 455a473a287ef278bbd7d91d13313cf43710c1da on a clean build.
This commit is contained in:
parent
d161612bd2
commit
9fcc246cf7
@ -79,6 +79,7 @@ INCLUDE_DIRECTORIES(SYSTEM
|
||||
${QEXTSERIALPORT_INCLUDE_DIR}
|
||||
${QSCINTILLA_INCLUDE_DIR}
|
||||
${QCA_INCLUDE_DIR}
|
||||
${SQLITE3_INCLUDE_DIR}
|
||||
)
|
||||
INCLUDE_DIRECTORIES(
|
||||
../src/core
|
||||
|
@ -146,6 +146,7 @@ INCLUDE_DIRECTORIES(SYSTEM
|
||||
${PROJ_INCLUDE_DIR}
|
||||
${GEOS_INCLUDE_DIR}
|
||||
${GDAL_INCLUDE_DIR}
|
||||
${SQLITE3_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
IF (NOT MSVC)
|
||||
|
@ -22,6 +22,7 @@ INCLUDE_DIRECTORIES(SYSTEM
|
||||
${PROJ_INCLUDE_DIR}
|
||||
${GEOS_INCLUDE_DIR}
|
||||
${QCA_INCLUDE_DIR}
|
||||
${SQLITE3_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
#############################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user