From f13f9663042c19811d156043f1931a63aba44076 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Mon, 15 Feb 2021 16:46:32 +0100 Subject: [PATCH] update PCRE2 ref --- cmake/pcre.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/pcre.cmake b/cmake/pcre.cmake index 0437eec284a..1a5dece481a 100644 --- a/cmake/pcre.cmake +++ b/cmake/pcre.cmake @@ -36,8 +36,8 @@ MACRO(BUNDLE_PCRE2) ExternalProject_Add( pcre2 PREFIX "${dir}" - URL "http://ftp.pcre.org/pub/pcre/pcre2-10.34.zip" - URL_MD5 fdb10dba7f3be43730966bebdd3755ef + URL "http://ftp.pcre.org/pub/pcre/pcre2-10.36.zip" + URL_MD5 ba9e743af42aac5642f7504b12af4116 INSTALL_COMMAND "" CMAKE_ARGS "-DPCRE2_BUILD_TESTS=OFF"