summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2023-01-18 16:36:13 +0100
committerOleksandr Byelkin <sanja@mariadb.com>2023-01-18 16:36:13 +0100
commit795ff0daf0f1ba691735f64f6e3a08e9ecd0160b (patch)
tree56a23ab6a0103acfd2f01110d5205d8994e0d8c0 /cmake
parentd1a4f6e627b3ad2c86946da08b8e82909707da7c (diff)
parenta01abad6193a39a9cdaa2b36b2a40be1759be0ce (diff)
downloadmariadb-git-795ff0daf0f1ba691735f64f6e3a08e9ecd0160b.tar.gz
Merge branch '10.6' into 10.7
Diffstat (limited to 'cmake')
-rw-r--r--cmake/pcre.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/pcre.cmake b/cmake/pcre.cmake
index 0ac834f44a6..65dc2ae28f6 100644
--- a/cmake/pcre.cmake
+++ b/cmake/pcre.cmake
@@ -54,8 +54,8 @@ MACRO(BUNDLE_PCRE2)
ExternalProject_Add(
pcre2
PREFIX "${dir}"
- URL "https://github.com/PhilipHazel/pcre2/releases/download/pcre2-10.40/pcre2-10.40.zip"
- URL_MD5 798698846982ce171d881ed0d7535c2a
+ URL "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.42/pcre2-10.42.zip"
+ URL_MD5 fe90992fbfb03f854bd9f344074f49eb
INSTALL_COMMAND ""
CMAKE_ARGS
"-DCMAKE_WARN_DEPRECATED=FALSE"