Skip to content

Commit 223a955

Browse files
author
timlinux
committed
Added missing GEOS include path for building pg provider on mac
git-svn-id: http://svn.osgeo.org/qgis/trunk@6553 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 96f0b6c commit 223a955

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/providers/postgres/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ QT4_WRAP_CPP(PG_MOC_SRCS ${PG_MOC_HDRS})
2121
INCLUDE_DIRECTORIES (
2222
../../core
2323
${POSTGRES_INCLUDE_DIR}
24+
${GEOS_INCLUDE_DIR}
2425
)
2526

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

0 commit comments

Comments
 (0)