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 86059fd commit da798c9Copy full SHA for da798c9
cmake/pcre.cmake
@@ -54,8 +54,8 @@ MACRO(BUNDLE_PCRE2)
54
ExternalProject_Add(
55
pcre2
56
PREFIX "${dir}"
57
- URL "https://github.com/PhilipHazel/pcre2/releases/download/pcre2-10.40/pcre2-10.40.zip"
58
- URL_MD5 798698846982ce171d881ed0d7535c2a
+ URL "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.42/pcre2-10.42.zip"
+ URL_MD5 fe90992fbfb03f854bd9f344074f49eb
59
INSTALL_COMMAND ""
60
CMAKE_ARGS
61
"-DCMAKE_WARN_DEPRECATED=FALSE"
0 commit comments