We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b777b74 commit 7478fabCopy full SHA for 7478fab
cmake/pcre.cmake
@@ -54,8 +54,8 @@ MACRO(BUNDLE_PCRE2)
54
ExternalProject_Add(
55
pcre2
56
PREFIX "${dir}"
57
- URL "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.43/pcre2-10.43.zip"
58
- URL_MD5 b58f050f2fdd6f2ca5774a2975377a85
+ URL "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.44/pcre2-10.44.zip"
+ URL_MD5 dfab8313154b3377a6959c3b6377841e
59
INSTALL_COMMAND ""
60
CMAKE_ARGS
61
"-DCMAKE_WARN_DEPRECATED=FALSE"
0 commit comments