We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c91f3 commit 5e5146eCopy full SHA for 5e5146e
1 file changed
build/cmake/CMakeLists.txt
@@ -7,8 +7,6 @@ project(${name})
7
# Otherwise VCPKG does not set the CMAKE_PREFIX_PATH to find packages.
8
find_package(myci CONFIG REQUIRED)
9
10
-find_package(ZLIB REQUIRED)
11
-
12
set(srcs)
13
myci_add_source_files(srcs
14
DIRECTORY
@@ -26,6 +24,4 @@ myci_declare_library(${name}
26
24
DEPENDENCIES
27
25
utki
28
papki
29
- EXTERNAL_DEPENDENCIES
30
- ZLIB::ZLIB
31
)
0 commit comments