Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
osgeo4w: fix nightlies with nightlies of proj and gdal
- Loading branch information
Showing
with
4 additions
and
2 deletions.
-
+4
−2
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} |
|
|
) |
|
|