mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 23:11:14 -03:00
Revert "cmake: Use pcre2 tag directly"
This reverts commit 2cc4437567.
As pointed out to me, it is safer to use the SHA directly to ~guarantee
the remote resource hasn't changed.
This commit is contained in:
@@ -47,7 +47,7 @@ else()
|
||||
FetchContent_Declare(
|
||||
pcre2
|
||||
GIT_REPOSITORY ${PCRE2_REPO}
|
||||
GIT_TAG "pcre2-10.36"
|
||||
GIT_TAG "72669190cb947f0cac1d038a8bb1820da59ef447" # tag: pcre2-10.36
|
||||
GIT_SHALLOW ON
|
||||
GIT_PROGRESS TRUE
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user