Skip to content

Commit 7c48ce2

Browse files
author
timlinux
committed
Added missing GEOS include path for building pg provider on mac
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6554 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e36e6cd commit 7c48ce2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/providers/postgres/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ INCLUDE_DIRECTORIES (
2424
../../gui
2525
${CMAKE_CURRENT_BINARY_DIR}/../../ui
2626
${POSTGRES_INCLUDE_DIR}
27+
$GEOS_INCLUDE_DIR}
2728
)
2829

2930
ADD_LIBRARY (postgresprovider MODULE ${PG_SRCS} ${PG_MOC_SRCS})

0 commit comments

Comments
 (0)