Remove PROJ_LIBRARY leftovers

This commit is contained in:
Matthias Kuhn 2023-09-18 19:08:58 +02:00
parent 55593bdbb3
commit 1e1fb478fd
5 changed files with 0 additions and 5 deletions

View File

@ -10,7 +10,6 @@ else ()
target_link_libraries(crssync
qgis_core
${PROJ_LIBRARY}
)
if(MSVC AND NOT USING_NMAKE)

View File

@ -42,7 +42,6 @@ target_link_libraries(qgis_process
qgis_core
qgis_analysis
${QT_VERSION_BASE}::Core
${PROJ_LIBRARY}
${GEOS_LIBRARY}
)

View File

@ -113,7 +113,6 @@ endif()
target_link_libraries(qgis_server
qgis_core
${PROJ_LIBRARY}
${FCGI_LIBRARY}
${POSTGRES_LIBRARY}
${QCA_LIBRARY}

View File

@ -34,7 +34,6 @@ target_link_libraries(qgis_3d_sandbox
${QT_VERSION_BASE}::Svg
${QT_VERSION_BASE}::Network
${QT_VERSION_BASE}::Test
${PROJ_LIBRARY}
${GEOS_LIBRARY}
${QWT_LIBRARY}
qgis_core

View File

@ -25,7 +25,6 @@ macro (ADD_QGIS_GRASS_TEST grass_build_version testname testsrc)
${QT_VERSION_BASE}::Core
${QT_VERSION_BASE}::Svg
${QT_VERSION_BASE}::Test
${PROJ_LIBRARY}
${GEOS_LIBRARY}
qgis_core
qgis_test