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
If the library in question does not have build_by_default: false in its kwargs, then it will be built by the default build command. It will also be built if it has the kwarg install: true.
If the library in question does not have build_by_default: false in its kwargs, then it will be built by the default build command. It will also be built if it has the kwarg install: true.
So there is no way to disable it without changing subprojects/packagefiles/fmt/meson.build?
for a meson config like this:
and after
meson setup build
, build.ninja looks like this:and build output:
Is this expected?
If this is expected, how to workaround it?
The text was updated successfully, but these errors were encountered: