Skip to content

Commit

Permalink
change pcre2 download url
Browse files Browse the repository at this point in the history
old ftp.pcre.org is apparently down,
www.pcre.org says to use github as the primary download location
  • Loading branch information
vuvova committed Nov 4, 2021
1 parent bc82c62 commit 8d7196c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/pcre.cmake
Expand Up @@ -44,7 +44,7 @@ MACRO(BUNDLE_PCRE2)
ExternalProject_Add(
pcre2
PREFIX "${dir}"
URL "http://ftp.pcre.org/pub/pcre/pcre2-10.37.zip"
URL "https://github.com/PhilipHazel/pcre2/releases/download/pcre2-10.37/pcre2-10.37.zip"
URL_MD5 8c1699a725d4b28410adf4b964ebbcb7
INSTALL_COMMAND ""
CMAKE_ARGS
Expand Down

0 comments on commit 8d7196c

Please sign in to comment.