Skip to content

Commit

Permalink
fix grass plugin build (followup d2078b0)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 2, 2025
1 parent 8932c1b commit 453ea56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/grass/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 453ea56

Please sign in to comment.