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 m-kuhn committed Sep 14, 2017
1 parent 4504a1d commit ba9cb87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/providers/geonode/CMakeLists.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ INCLUDE_DIRECTORIES(
${CMAKE_BINARY_DIR}/src/gui ${CMAKE_BINARY_DIR}/src/gui
${CMAKE_BINARY_DIR}/src/ui ${CMAKE_BINARY_DIR}/src/ui
) )
INCLUDE_DIRECTORIES(SYSTEM
${GEOS_INCLUDE_DIR}
)


ADD_LIBRARY(geonodeprovider MODULE ${GEONODE_SRCS} ${GEONODE_MOC_SRCS}) ADD_LIBRARY(geonodeprovider MODULE ${GEONODE_SRCS} ${GEONODE_MOC_SRCS})


Expand Down

0 comments on commit ba9cb87

Please sign in to comment.