Skip to content

Commit 8f7c879

Browse files
committed
Fix 'geos_c.h not found' build error on Mac
1 parent 8b10eb0 commit 8f7c879

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/providers/wms/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ QT4_WRAP_CPP (WMS_MOC_SRCS ${WMS_MOC_HDRS})
2121
INCLUDE_DIRECTORIES( . ../../core ../../core/raster ../../gui
2222
${CMAKE_CURRENT_BINARY_DIR}/../../ui
2323
${GDAL_INCLUDE_DIR} # temporary solution until gdal get removed completely form QgsRasterLayer
24+
${GEOS_INCLUDE_DIR}
2425
)
2526

2627
ADD_LIBRARY(wmsprovider MODULE ${WMS_SRCS} ${WMS_MOC_SRCS})

0 commit comments

Comments
 (0)