aboutsummaryrefslogtreecommitdiff
path: root/ports/poco/include_pcre.patch
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2020-11-13 13:35:03 -0800
committerGitHub <noreply@github.com>2020-11-13 13:35:03 -0800
commit132ca47d69e1aaa9fca15167bf7da95d6ea04ca7 (patch)
tree325c73fb62a6edbc9f5309ce038ff80697bb35c9 /ports/poco/include_pcre.patch
parent783763162901f32e6d6270aede22519844b8e9ce (diff)
downloadvcpkg-132ca47d69e1aaa9fca15167bf7da95d6ea04ca7.tar.gz
vcpkg-132ca47d69e1aaa9fca15167bf7da95d6ea04ca7.zip
[poco] Fix dependency, add features (#14305)
* [poco] Fix dependency, add features * [poco] Update libmysql related code * [poco] Drop uwp support, fix cmake path
Diffstat (limited to 'ports/poco/include_pcre.patch')
-rw-r--r--ports/poco/include_pcre.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/ports/poco/include_pcre.patch b/ports/poco/include_pcre.patch
deleted file mode 100644
index c714c4a7e..000000000
--- a/ports/poco/include_pcre.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/Foundation/CMakeLists.txt b/Foundation/CMakeLists.txt
-index 6b276be..f093991 100644
---- a/Foundation/CMakeLists.txt
-+++ b/Foundation/CMakeLists.txt
-@@ -35,7 +35,7 @@ POCO_MESSAGES(SRCS Logging src/pocomsg.mc)
- # If POCO_UNBUNDLED is enabled we try to find the required packages
- # The configuration will fail if the packages are not found
- if(POCO_UNBUNDLED)
-- find_package(PCRE REQUIRED)
-+ find_package(unofficial-pcre CONFIG REQUIRED)
- find_package(ZLIB REQUIRED)
-
- #HACK: Unicode.cpp requires functions from these files. The can't be taken from the library
-@@ -101,7 +101,7 @@ set_target_properties(Foundation
- )
-
- if(POCO_UNBUNDLED)
-- target_link_libraries(Foundation PUBLIC Pcre::Pcre ZLIB::ZLIB)
-+ target_link_libraries(Foundation PUBLIC unofficial::pcre::pcre ZLIB::ZLIB)
- target_compile_definitions(Foundation PUBLIC POCO_UNBUNDLED)
- endif(POCO_UNBUNDLED)
-