Skip to content

Commit

Permalink
Merge pull request pocoproject#4792 from nyashbox/fix/zip_cmake_testr…
Browse files Browse the repository at this point in the history
…unner

Build Zip library tests without linking unnecessary "Poco::Net"
  • Loading branch information
obiltschnig authored Dec 1, 2024
2 parents 250deee + 5649a47 commit 3a1bfdd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Zip/cmake/PocoZipConfig.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
include(CMakeFindDependencyMacro)
find_dependency(PocoFoundation)
find_dependency(PocoUtil)
find_dependency(PocoXML)
include("${CMAKE_CURRENT_LIST_DIR}/PocoZipTargets.cmake")

0 comments on commit 3a1bfdd

Please sign in to comment.