Skip to content

Commit

Permalink
fix(build): Poco::Zip - Requires Poco::Net for building, but only in …
Browse files Browse the repository at this point in the history
…CMake
  • Loading branch information
obiltschnig committed Dec 1, 2024
1 parent d8a423c commit b7ea859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zip/testsuite/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit b7ea859

Please sign in to comment.