Skip to content

Commit 1b22042

Browse files
committed
vcpkg: update
1 parent 63b1228 commit 1b22042

File tree

4 files changed

+1
-13
lines changed

4 files changed

+1
-13
lines changed

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
)

build/vcpkg/test/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ set(CMAKE_TOOLCHAIN_FILE $ENV{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake)
44

55
project(test)
66

7-
find_package(utki CONFIG REQUIRED)
8-
find_package(papki CONFIG REQUIRED)
9-
find_package(ZLIB REQUIRED)
10-
117
find_package(tml CONFIG REQUIRED)
128

139
add_executable(test main.cpp)

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": "35750955e61a13f91147b901b4c23726c80d8b77",
11+
"baseline": "3cc8d7ec6ccb62604ea65bddf0fcfade1d8b1160",
1212
"reference": "main",
1313
"packages": [ "myci", "utki", "papki" ]
1414
}

build/vcpkg/usage

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
tml provides CMake targets:
22

3-
find_package(utki CONFIG REQUIRED)
4-
find_package(papki CONFIG REQUIRED)
5-
find_package(ZLIB REQUIRED)
6-
73
find_package(tml CONFIG REQUIRED)
84

95
target_link_libraries(main PRIVATE tml::tml)

0 commit comments

Comments
 (0)