Skip to content

Commit

Permalink
macOS needs path to GEOS framework
Browse files Browse the repository at this point in the history
  • Loading branch information
telwertowski authored and nyalldawson committed Apr 28, 2018
1 parent 4aaa652 commit d3a9fad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/3d/CMakeLists.txt
Expand Up @@ -132,6 +132,7 @@ INCLUDE_DIRECTORIES(
${CMAKE_BINARY_DIR}/src/3d
)
INCLUDE_DIRECTORIES(SYSTEM
${GEOS_INCLUDE_DIR}
${GDAL_INCLUDE_DIR}
${SQLITE3_INCLUDE_DIR}
)
Expand Down
1 change: 1 addition & 0 deletions src/analysis/CMakeLists.txt
Expand Up @@ -276,6 +276,7 @@ INCLUDE_DIRECTORIES(
)
INCLUDE_DIRECTORIES(SYSTEM
${SPATIALINDEX_INCLUDE_DIR} # before GEOS for case-insensitive filesystems
${GEOS_INCLUDE_DIR}
${GDAL_INCLUDE_DIR}
${SQLITE3_INCLUDE_DIR}
)
Expand Down

0 comments on commit d3a9fad

Please sign in to comment.