mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
osgeo4w: fix nightlies with nightlies of proj and gdal
This commit is contained in:
parent
65a3cb6d90
commit
4a41f637f1
@ -1,9 +1,11 @@
|
||||
include_directories(
|
||||
${CMAKE_SOURCE_DIR}/src/providers/grass
|
||||
)
|
||||
include_directories(SYSTEM
|
||||
${GDAL_INCLUDE_DIR}
|
||||
include_directories(BEFORE SYSTEM
|
||||
${PROJ_INCLUDE_DIR}
|
||||
${GDAL_INCLUDE_DIR}
|
||||
)
|
||||
include_directories(SYSTEM
|
||||
${POSTGRES_INCLUDE_DIR}
|
||||
${GEOS_INCLUDE_DIR}
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user