You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yyjson is downloaded during the build step (and vendored as of cd4a512), and there's no option to use the system-provided version of the library. Gentoo has a patch that removes the download step to use the system-provided yyjson instead.
Wanted state:
An option to use the system-provided yyjson should be available in CMake or the download/vendoring should be disabled if a system-provided version of yyjson is found.
Why the change is sensible:
Many Linux distributions would benefit from this feature, as they usually want to avoid enabling networking during builds and vendored libraries.
The text was updated successfully, but these errors were encountered:
FedericoSchonborn
changed the title
[Feature Request]: Option to use system-provided yyjson
[Feature Request] CMake option to use system-provided yyjson
Aug 18, 2023
Current state:
yyjson
is downloaded during the build step (and vendored as of cd4a512), and there's no option to use the system-provided version of the library. Gentoo has a patch that removes the download step to use the system-providedyyjson
instead.Wanted state:
An option to use the system-provided
yyjson
should be available in CMake or the download/vendoring should be disabled if a system-provided version ofyyjson
is found.Why the change is sensible:
Many Linux distributions would benefit from this feature, as they usually want to avoid enabling networking during builds and vendored libraries.
The text was updated successfully, but these errors were encountered: