Skip to content

Commit

Permalink
macOS needs path to GEOS framework for PAL
Browse files Browse the repository at this point in the history
  • Loading branch information
telwertowski committed Jun 20, 2019
1 parent be94ebf commit cbd525f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/CMakeLists.txt
Expand Up @@ -76,6 +76,7 @@ INCLUDE_DIRECTORIES(SYSTEM
${QT_QTSVG_INCLUDE_DIR}
${QT_QTXML_INCLUDE_DIR}
${GDAL_INCLUDE_DIR}
${GEOS_INCLUDE_DIR}
${QWT_INCLUDE_DIR}
${QCA_INCLUDE_DIR}
${QTKEYCHAIN_INCLUDE_DIR}
Expand Down
1 change: 1 addition & 0 deletions src/providers/arcgisrest/CMakeLists.txt
Expand Up @@ -15,6 +15,7 @@ INCLUDE_DIRECTORIES(
)

INCLUDE_DIRECTORIES(SYSTEM
${GEOS_INCLUDE_DIR}
${QCA_INCLUDE_DIR}
${QTKEYCHAIN_INCLUDE_DIR}
)
Expand Down

0 comments on commit cbd525f

Please sign in to comment.