Skip to content
Permalink
Browse files
new PCRE2 10.42
  • Loading branch information
sanja-byelkin committed Jan 18, 2023
1 parent 86059fd commit da798c9
Showing 1 changed file with 2 additions and 2 deletions.
@@ -54,8 +54,8 @@ MACRO(BUNDLE_PCRE2)
ExternalProject_Add(
pcre2
PREFIX "${dir}"
URL "https://github.com/PhilipHazel/pcre2/releases/download/pcre2-10.40/pcre2-10.40.zip"
URL_MD5 798698846982ce171d881ed0d7535c2a
URL "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.42/pcre2-10.42.zip"
URL_MD5 fe90992fbfb03f854bd9f344074f49eb
INSTALL_COMMAND ""
CMAKE_ARGS
"-DCMAKE_WARN_DEPRECATED=FALSE"

0 comments on commit da798c9

Please sign in to comment.