Skip to content

Commit 5e5146e

Browse files
committed
Remove unnecessary dependencies in CMake.
1 parent b2c91f3 commit 5e5146e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

build/cmake/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ project(${name})
77
# Otherwise VCPKG does not set the CMAKE_PREFIX_PATH to find packages.
88
find_package(myci CONFIG REQUIRED)
99

10-
find_package(ZLIB REQUIRED)
11-
1210
set(srcs)
1311
myci_add_source_files(srcs
1412
DIRECTORY
@@ -26,6 +24,4 @@ myci_declare_library(${name}
2624
DEPENDENCIES
2725
utki
2826
papki
29-
EXTERNAL_DEPENDENCIES
30-
ZLIB::ZLIB
3127
)

0 commit comments

Comments
 (0)