Skip to content

Commit

Permalink
[poco] Fix consumption (#43228)
Browse files Browse the repository at this point in the history
  • Loading branch information
Olli1080 authored Jan 14, 2025
1 parent 6159d3e commit 60215b1
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ports/poco/0003-fix-dependency.patch
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,15 @@ index 173eacd..90f68fc 100644

foreach(module ${Poco_FIND_COMPONENTS})
find_package(Poco${module}
diff --git a/Foundation/cmake/PocoFoundationConfig.cmake b/Foundation/cmake/PocoFoundationConfig.cmake
index 82c5788..739adef 100644
--- a/Foundation/cmake/PocoFoundationConfig.cmake
+++ b/Foundation/cmake/PocoFoundationConfig.cmake
@@ -3,6 +3,7 @@ if(@POCO_UNBUNDLED@)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")
find_dependency(ZLIB REQUIRED)
find_dependency(PCRE2 REQUIRED)
+ find_dependency(unofficial-utf8proc REQUIRED)
endif()

include("${CMAKE_CURRENT_LIST_DIR}/PocoFoundationTargets.cmake")
1 change: 1 addition & 0 deletions ports/poco/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "poco",
"version": "1.14.0",
"port-version": 1,
"description": "Modern, powerful open source C++ class libraries for building network and internet-based applications that run on desktop, server, mobile and embedded systems.",
"homepage": "https://github.com/pocoproject/poco",
"license": "BSL-1.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7134,7 +7134,7 @@
},
"poco": {
"baseline": "1.14.0",
"port-version": 0
"port-version": 1
},
"podofo": {
"baseline": "0.10.4",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/poco.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "efeff2dbe665e581fb0d034e2d87824d0622419e",
"version": "1.14.0",
"port-version": 1
},
{
"git-tree": "a430ad2f694fb8af957b599850f63786485f98a2",
"version": "1.14.0",
Expand Down

0 comments on commit 60215b1

Please sign in to comment.