Skip to content

Commit

Permalink
Fix of missing geos library on MacOS
Browse files Browse the repository at this point in the history
Probably due to OS and geos lib installed by brew, tests cannot find it.
  • Loading branch information
vsklencar authored and wonder-sk committed Jul 17, 2019
1 parent 12a6c9a commit 932384e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/providers/CMakeLists.txt
Expand Up @@ -26,6 +26,7 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}
INCLUDE_DIRECTORIES(SYSTEM
${QT_INCLUDE_DIR}
${GDAL_INCLUDE_DIR}
${GEOS_INCLUDE_DIR}
${MDAL_INCLUDE_DIR}
${QCA_INCLUDE_DIR}
${QTKEYCHAIN_INCLUDE_DIR}
Expand Down

0 comments on commit 932384e

Please sign in to comment.