mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 23:21:15 -03:00
The CMake variable FISH_USE_SYSTEM_PCRE2 now controls whether fish uses system PCRE2 or the bundled version. The default is to use the system version, unless no such version is found, or unless it is a macOS build with code signing. Note the default behavior has not changed. Fixes #6952