Skip to content

Commit 6368adb

Browse files
committedSep 19, 2014
Fix 'geos_c.h not found' build error on Mac for browser app
1 parent 18c84af commit 6368adb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/browser/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}
6161
${CMAKE_CURRENT_SOURCE_DIR}/../gui/attributetable
6262
${CMAKE_CURRENT_BINARY_DIR}/../ui
6363
${CMAKE_CURRENT_BINARY_DIR}
64+
${GEOS_INCLUDE_DIR}
6465
${GDAL_INCLUDE_DIR} # remove once raster layer is cleaned up
6566
)
6667

0 commit comments

Comments
 (0)
Please sign in to comment.