Skip to content

Commit da798c9

Browse files
committed
new PCRE2 10.42
1 parent 86059fd commit da798c9

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/PhilipHazel/pcre2/releases/download/pcre2-10.40/pcre2-10.40.zip"
58-
URL_MD5 798698846982ce171d881ed0d7535c2a
57+
URL "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.42/pcre2-10.42.zip"
58+
URL_MD5 fe90992fbfb03f854bd9f344074f49eb
5959
INSTALL_COMMAND ""
6060
CMAKE_ARGS
6161
"-DCMAKE_WARN_DEPRECATED=FALSE"

0 commit comments

Comments
 (0)