Skip to content

Commit

Permalink
cmake: no papki dep
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Nov 24, 2024
1 parent 4409464 commit a0c9707
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ set(name mikroxml)
project(${name})

find_package(utki CONFIG REQUIRED)
find_package(papki CONFIG REQUIRED)
find_package(ZLIB REQUIRED)

file(GLOB_RECURSE srcs "../src/${name}/*.cpp")

Expand All @@ -33,9 +31,6 @@ target_link_libraries(
${name}
PUBLIC
utki::utki
papki::papki
PRIVATE
ZLIB::ZLIB
)

# install library header files preserving directory hierarchy
Expand Down
2 changes: 1 addition & 1 deletion vcpkg/test/vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"kind": "git",
"repository": "https://github.com/cppfw/vcpkg-repo/",
"baseline": "",
"baseline": "a645b99dc2c1c23996adc765d4436aedf09b3aa4",
"reference": "main",
"packages": [ "utki", "papki" ]
}
Expand Down

0 comments on commit a0c9707

Please sign in to comment.