Use the official organization URL for PCRE2

PhilipHazel/pcre2.git redirects here *for now* but we shouldn't be using
anything other than the official GitHub repo.
This commit is contained in:
Mahmoud Al-Qudsi 2022-10-14 21:38:01 -05:00
parent c84e2eeac1
commit 8b5cc0883a

View File

@ -40,7 +40,7 @@ else()
message(FATAL_ERROR "Please install PCRE2 headers, or CMake >= 3.11 so I can download PCRE")
endif()
set(CMAKE_TLS_VERIFY true)
set(PCRE2_REPO "https://github.com/PhilipHazel/pcre2.git")
set(PCRE2_REPO "https://github.com/PCRE2Project/pcre2.git")
message(STATUS "Fetching and configuring PCRE2 from ${PCRE2_REPO}")
Set(FETCHCONTENT_QUIET FALSE)