Skip to content

Commit 66e9d0b

Browse files
committed
cmake: ext deps
1 parent f377ea7 commit 66e9d0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/cmake/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ 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+
1012
set(srcs)
1113
myci_add_source_files(srcs
1214
DIRECTORY
1315
../../src/${name}
1416
RECURSIVE
1517
)
1618

17-
find_package(ZLIB REQUIRED)
18-
1919
myci_declare_library(${name}
2020
SOURCES
2121
${srcs}

build/vcpkg/test/vcpkg-configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{
99
"kind": "git",
1010
"repository": "https://github.com/cppfw/vcpkg-repo/",
11-
"baseline": "1f434a4ba56d13e4600053eb572396c4e162c207",
11+
"baseline": "35750955e61a13f91147b901b4c23726c80d8b77",
1212
"reference": "main",
1313
"packages": [ "myci", "utki", "papki" ]
1414
}

0 commit comments

Comments
 (0)