Skip to content

Commit

Permalink
Merge pull request #4599 from ismailsunni/fix_geos_c
Browse files Browse the repository at this point in the history
Fix geos_c.h not found.
  • Loading branch information
jef-n committed May 21, 2017
2 parents 3452e8d + 592c92e commit d55fa22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/gps_importer/CMakeLists.txt
Expand Up @@ -51,6 +51,7 @@ INCLUDE_DIRECTORIES(SYSTEM
${EXPAT_INCLUDE_DIR}
${PROJ_INCLUDE_DIR}
${QEXTSERIALPORT_INCLUDE_DIR}
${GEOS_INCLUDE_DIR}
)

TARGET_LINK_LIBRARIES(gpsimporterplugin
Expand Down
1 change: 1 addition & 0 deletions src/providers/ows/CMakeLists.txt
Expand Up @@ -22,6 +22,7 @@ INCLUDE_DIRECTORIES (
)
INCLUDE_DIRECTORIES(SYSTEM
${PROJ_INCLUDE_DIR}
${GEOS_INCLUDE_DIR}
)

QT5_WRAP_CPP(OWS_MOC_SRCS ${OWS_MOC_HDRS})
Expand Down
1 change: 1 addition & 0 deletions src/providers/wcs/CMakeLists.txt
Expand Up @@ -35,6 +35,7 @@ INCLUDE_DIRECTORIES(SYSTEM
${GDAL_INCLUDE_DIR}
${QCA_INCLUDE_DIR}
${QTKEYCHAIN_INCLUDE_DIR}
${GEOS_INCLUDE_DIR}
)

ADD_LIBRARY(wcsprovider MODULE ${WCS_SRCS} ${WCS_MOC_SRCS})
Expand Down

0 comments on commit d55fa22

Please sign in to comment.