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/branches/Release-0_8_0@6554 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Feb 9, 2007
1 parent e36e6cd commit 7c48ce2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/postgres/CMakeLists.txt
Expand Up @@ -24,6 +24,7 @@ INCLUDE_DIRECTORIES (
../../gui
${CMAKE_CURRENT_BINARY_DIR}/../../ui
${POSTGRES_INCLUDE_DIR}
$GEOS_INCLUDE_DIR}
)

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

0 comments on commit 7c48ce2

Please sign in to comment.