From 453ea5673e7ffbf57140adbd0276002101e43066 Mon Sep 17 00:00:00 2001 From: "Juergen E. Fischer" Date: Thu, 2 Jan 2025 10:01:30 +0100 Subject: [PATCH] fix grass plugin build (followup d2078b00) --- src/providers/grass/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/grass/CMakeLists.txt b/src/providers/grass/CMakeLists.txt index 41d162c4812d..53da1efe2837 100644 --- a/src/providers/grass/CMakeLists.txt +++ b/src/providers/grass/CMakeLists.txt @@ -132,7 +132,7 @@ macro(ADD_GRASSLIB GRASS_BUILD_VERSION) ) endif() - target_link_libraries(qgisgrass${GRASS_BUILD_VERSION} ${GRASS_TARGET_LINK_LIBRARIES${GRASS_BUILD_VERSION}}) + target_link_libraries(qgisgrass${GRASS_BUILD_VERSION} ${GRASS_TARGET_LINK_LIBRARIES${GRASS_BUILD_VERSION}} PostgreSQL::PostgreSQL) if (WITH_GUI) target_link_libraries(qgisgrass${GRASS_BUILD_VERSION}