Skip to content

Commit f13f966

Browse files
committed
update PCRE2 ref
1 parent a89b7c1 commit f13f966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/pcre.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ MACRO(BUNDLE_PCRE2)
3636
ExternalProject_Add(
3737
pcre2
3838
PREFIX "${dir}"
39-
URL "http://ftp.pcre.org/pub/pcre/pcre2-10.34.zip"
40-
URL_MD5 fdb10dba7f3be43730966bebdd3755ef
39+
URL "http://ftp.pcre.org/pub/pcre/pcre2-10.36.zip"
40+
URL_MD5 ba9e743af42aac5642f7504b12af4116
4141
INSTALL_COMMAND ""
4242
CMAKE_ARGS
4343
"-DPCRE2_BUILD_TESTS=OFF"

0 commit comments

Comments
 (0)