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
With the removal of the bash part, there was a regression on the feature list, now if it is possible you should provide cmake flags for linking external libraries dynamically.
What is the problem this feature would solve?
requirement of many distros for distribution packaging. example policy from gentoo: https://wiki.gentoo.org/wiki/Why_not_bundle_dependencies
What is the feature you are proposing to solve the problem?
implement an option to use pkg-config for providing dependencies:
pkg-config returns flags for dependencies as needed, e.g. on my system:
simply, don't ensure dependencies are built as expected in your current workflow, and get the needed flags from pkg-config.
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: