Skip to content

Commit

Permalink
Fix 'geos_c.h not found' build error on Mac for browser app
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Sep 19, 2014
1 parent 18c84af commit 6368adb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/browser/CMakeLists.txt
Expand Up @@ -61,6 +61,7 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/../gui/attributetable
${CMAKE_CURRENT_BINARY_DIR}/../ui
${CMAKE_CURRENT_BINARY_DIR}
${GEOS_INCLUDE_DIR}
${GDAL_INCLUDE_DIR} # remove once raster layer is cleaned up
)

Expand Down

0 comments on commit 6368adb

Please sign in to comment.