mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 14:43:55 +08:00
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:
parent
c84e2eeac1
commit
8b5cc0883a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user