Navigation Menu

Skip to content

Commit

Permalink
osgeo4w: fix nightlies with nightlies of proj and gdal
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Mar 27, 2021
1 parent 65a3cb6 commit 4a41f63
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/src/providers/grass/CMakeLists.txt
@@ -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}
)
Expand Down

0 comments on commit 4a41f63

Please sign in to comment.