diff --git a/build/cmake/CMakeLists.txt b/build/cmake/CMakeLists.txt index a8e2cba..14185ef 100644 --- a/build/cmake/CMakeLists.txt +++ b/build/cmake/CMakeLists.txt @@ -7,8 +7,6 @@ project(${name}) # Otherwise VCPKG does not set the CMAKE_PREFIX_PATH to find packages. find_package(myci CONFIG REQUIRED) -find_package(ZLIB REQUIRED) - set(srcs) myci_add_source_files(srcs DIRECTORY @@ -26,6 +24,4 @@ myci_declare_library(${name} DEPENDENCIES utki papki - EXTERNAL_DEPENDENCIES - ZLIB::ZLIB )