Skip to content

Commit a37c577

Browse files
committed
Fix 'geos_c.h not found' build error on Mac
1 parent 5fd8567 commit a37c577

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/bench/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}
2121
${CMAKE_CURRENT_SOURCE_DIR}/../../src/core
2222
${CMAKE_CURRENT_SOURCE_DIR}/../../src/core/raster
2323
${CMAKE_CURRENT_BINARY_DIR}
24+
${GEOS_INCLUDE_DIR}
2425
# ${GDAL_INCLUDE_DIR} # remove once raster layer is cleaned up
2526
)
2627

0 commit comments

Comments
 (0)