Skip to content

Commit

Permalink
Added missing GEOS include path for building pg provider on mac
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@6553 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Feb 9, 2007
1 parent 96f0b6c commit 223a955
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/postgres/CMakeLists.txt
Expand Up @@ -21,6 +21,7 @@ QT4_WRAP_CPP(PG_MOC_SRCS ${PG_MOC_HDRS})
INCLUDE_DIRECTORIES (
../../core
${POSTGRES_INCLUDE_DIR}
${GEOS_INCLUDE_DIR}
)

ADD_LIBRARY (postgresprovider MODULE ${PG_SRCS} ${PG_MOC_SRCS})
Expand Down

0 comments on commit 223a955

Please sign in to comment.