From 17ea240f6b683412bd231c15105c533b3cc81de5 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Thu, 27 Feb 2020 08:23:13 +0100 Subject: [PATCH] make pcre2 builds to work on an old cmake --- cmake/pcre.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/pcre.cmake b/cmake/pcre.cmake index ba72991ecd9..c1e105afcb6 100644 --- a/cmake/pcre.cmake +++ b/cmake/pcre.cmake @@ -33,7 +33,7 @@ MACRO(BUNDLE_PCRE2) ExternalProject_Add( pcre2 PREFIX "${dir}" - URL "https://ftp.pcre.org/pub/pcre/pcre2-10.34.zip" + URL "http://ftp.pcre.org/pub/pcre/pcre2-10.34.zip" URL_MD5 fdb10dba7f3be43730966bebdd3755ef INSTALL_COMMAND "" CMAKE_ARGS