We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e36e6cd commit 7c48ce2Copy full SHA for 7c48ce2
src/providers/postgres/CMakeLists.txt
@@ -24,6 +24,7 @@ INCLUDE_DIRECTORIES (
24
../../gui
25
${CMAKE_CURRENT_BINARY_DIR}/../../ui
26
${POSTGRES_INCLUDE_DIR}
27
+ $GEOS_INCLUDE_DIR}
28
)
29
30
ADD_LIBRARY (postgresprovider MODULE ${PG_SRCS} ${PG_MOC_SRCS})
0 commit comments