Skip to content

Commit

Permalink
Update src/providers/grass/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson authored Jan 25, 2025
1 parent 6737300 commit 1f62867
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/providers/grass/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ macro(ADD_GRASSLIB GRASS_BUILD_VERSION)
endif()

target_link_libraries(qgisgrass${GRASS_BUILD_VERSION} ${GRASS_TARGET_LINK_LIBRARIES${GRASS_BUILD_VERSION}})
if(WITH_POSTGRESQL)
target_link_libraries(qgisgrass${GRASS_BUILD_VERSION} PostgreSQL::PostgreSQL)
endif()
if(WITH_POSTGRESQL)
target_link_libraries(qgisgrass${GRASS_BUILD_VERSION} PostgreSQL::PostgreSQL)
endif()

if (WITH_GUI)
target_link_libraries(qgisgrass${GRASS_BUILD_VERSION}
Expand Down

0 comments on commit 1f62867

Please sign in to comment.