From b7ea8597e4f67472c4b88eef2958373ee2bf5556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Sun, 1 Dec 2024 08:04:54 +0100 Subject: [PATCH] fix(build): Poco::Zip - Requires Poco::Net for building, but only in CMake --- Zip/testsuite/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zip/testsuite/CMakeLists.txt b/Zip/testsuite/CMakeLists.txt index 7fc4b93db..a0e048ded 100644 --- a/Zip/testsuite/CMakeLists.txt +++ b/Zip/testsuite/CMakeLists.txt @@ -29,4 +29,4 @@ else() COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_CURRENT_SOURCE_DIR}/data ${CMAKE_CURRENT_BINARY_DIR}/data ) endif() -target_link_libraries(Zip-testrunner PUBLIC Poco::Zip Poco::Net CppUnit) +target_link_libraries(Zip-testrunner PUBLIC Poco::Zip CppUnit)