mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 01:36:39 +08:00
cmake: Use pcre2 tag directly
This commit is contained in:
parent
a6e2e52eef
commit
2cc4437567
|
@ -47,7 +47,7 @@ else()
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
pcre2
|
pcre2
|
||||||
GIT_REPOSITORY ${PCRE2_REPO}
|
GIT_REPOSITORY ${PCRE2_REPO}
|
||||||
GIT_TAG "72669190cb947f0cac1d038a8bb1820da59ef447" # tag: pcre2-10.36
|
GIT_TAG "pcre2-10.36"
|
||||||
GIT_PROGRESS TRUE
|
GIT_PROGRESS TRUE
|
||||||
)
|
)
|
||||||
# Don't try FetchContent_MakeAvailable, there's no way to add EXCLUDE_FROM_ALL
|
# Don't try FetchContent_MakeAvailable, there's no way to add EXCLUDE_FROM_ALL
|
||||||
|
|
Loading…
Reference in New Issue
Block a user