mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
fix(build): Poco::Zip - Requires Poco::Net for building, but only in CMake
This commit is contained in:
parent
d8a423c832
commit
b7ea8597e4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user