Skip to content

Commit

Permalink
Fix 'geos_c.h not found' build error on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Feb 14, 2014
1 parent 8b10eb0 commit 8f7c879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/wms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ QT4_WRAP_CPP (WMS_MOC_SRCS ${WMS_MOC_HDRS})
INCLUDE_DIRECTORIES( . ../../core ../../core/raster ../../gui
${CMAKE_CURRENT_BINARY_DIR}/../../ui
${GDAL_INCLUDE_DIR} # temporary solution until gdal get removed completely form QgsRasterLayer
${GEOS_INCLUDE_DIR}
)

ADD_LIBRARY(wmsprovider MODULE ${WMS_SRCS} ${WMS_MOC_SRCS})
Expand Down

0 comments on commit 8f7c879

Please sign in to comment.