update PCRE2 ref

This commit is contained in:
Sergei Golubchik 2021-02-15 16:46:32 +01:00
parent a89b7c1d6a
commit f13f966304

View File

@ -36,8 +36,8 @@ MACRO(BUNDLE_PCRE2)
ExternalProject_Add( ExternalProject_Add(
pcre2 pcre2
PREFIX "${dir}" PREFIX "${dir}"
URL "http://ftp.pcre.org/pub/pcre/pcre2-10.34.zip" URL "http://ftp.pcre.org/pub/pcre/pcre2-10.36.zip"
URL_MD5 fdb10dba7f3be43730966bebdd3755ef URL_MD5 ba9e743af42aac5642f7504b12af4116
INSTALL_COMMAND "" INSTALL_COMMAND ""
CMAKE_ARGS CMAKE_ARGS
"-DPCRE2_BUILD_TESTS=OFF" "-DPCRE2_BUILD_TESTS=OFF"