mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 00:47:30 +00:00
5b1e106d87
This switches to using the CMake FetchContent path to dynamically download and build PCRE2, allowing us to drop the vendored sources. The FISH_USE_SYSTEM_PCRE2 CMake option is kept, but if false it now means fetch-and-build PCRE2 rather than building vendored sources. Note FetchContent was introduced in CMake 3.11. That is now a prerequisite for building fish with FISH_USE_SYSTEM_PCRE2 disabled. |
||
---|---|---|
.. | ||
checks | ||
Benchmark.cmake | ||
CheckIncludeFiles.cmake | ||
ConfigureChecks.cmake | ||
Docs.cmake | ||
gettext.cmake | ||
Install.cmake | ||
Mac.cmake | ||
MacApp.cmake | ||
PCRE2.cmake | ||
Tests.cmake | ||
Version.cmake |