Merge pull request #4792 from nyashbox/fix/zip_cmake_testrunner

Build Zip library tests without linking unnecessary "Poco::Net"
This commit is contained in:
Günter Obiltschnig 2024-12-01 08:09:05 +01:00 committed by GitHub
commit 3a1bfdd82c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,3 @@
include(CMakeFindDependencyMacro) include(CMakeFindDependencyMacro)
find_dependency(PocoFoundation) find_dependency(PocoFoundation)
find_dependency(PocoUtil)
find_dependency(PocoXML)
include("${CMAKE_CURRENT_LIST_DIR}/PocoZipTargets.cmake") include("${CMAKE_CURRENT_LIST_DIR}/PocoZipTargets.cmake")