Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove PROJ_LIBRARY leftovers
  • Loading branch information
m-kuhn committed Sep 18, 2023
1 parent 55593bd commit 1e1fb47
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/crssync/CMakeLists.txt
Expand Up @@ -10,7 +10,6 @@ else ()

target_link_libraries(crssync
qgis_core
${PROJ_LIBRARY}
)

if(MSVC AND NOT USING_NMAKE)
Expand Down
1 change: 0 additions & 1 deletion src/process/CMakeLists.txt
Expand Up @@ -42,7 +42,6 @@ target_link_libraries(qgis_process
qgis_core
qgis_analysis
${QT_VERSION_BASE}::Core
${PROJ_LIBRARY}
${GEOS_LIBRARY}
)

Expand Down
1 change: 0 additions & 1 deletion src/server/CMakeLists.txt
Expand Up @@ -113,7 +113,6 @@ endif()

target_link_libraries(qgis_server
qgis_core
${PROJ_LIBRARY}
${FCGI_LIBRARY}
${POSTGRES_LIBRARY}
${QCA_LIBRARY}
Expand Down
1 change: 0 additions & 1 deletion tests/src/3d/sandbox/CMakeLists.txt
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion tests/src/providers/grass/CMakeLists.txt
Expand Up @@ -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
Expand Down

0 comments on commit 1e1fb47

Please sign in to comment.