Skip to content

Commit 7478fab

Browse files
committed
new PCRE2-10.44
1 parent b777b74 commit 7478fab

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
@@ -54,8 +54,8 @@ MACRO(BUNDLE_PCRE2)
5454
ExternalProject_Add(
5555
pcre2
5656
PREFIX "${dir}"
57-
URL "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.43/pcre2-10.43.zip"
58-
URL_MD5 b58f050f2fdd6f2ca5774a2975377a85
57+
URL "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.44/pcre2-10.44.zip"
58+
URL_MD5 dfab8313154b3377a6959c3b6377841e
5959
INSTALL_COMMAND ""
6060
CMAKE_ARGS
6161
"-DCMAKE_WARN_DEPRECATED=FALSE"

0 commit comments

Comments
 (0)