mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
fix grass plugin build (followup d2078b00)
This commit is contained in:
parent
c3fe10f179
commit
3c6a4650ab
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user