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
meson build -Dfoo=bar will not warn when no such subproject exists / is stepped into
To Reproduce
meson build -Dfoo=bar with a blank project
Expected behavior
A warning should be logged at the end of the configuration process that no such subproject was found. The user can then fix their typo, remove the -D as it is useless in their context, or of course ignore the warning
system parameters
what meson --version
1.4.1
The text was updated successfully, but these errors were encountered:
It is intentional to not be fatal because Meson has no way to know if it's a typo or a undiscovered sub-subproject. That being said, I think it's worth adding a note in the User defined options summary section that this option has not been used.
Describe the bug
meson build -Dfoo=bar
will not warn when no such subproject exists / is stepped intoTo Reproduce
meson build -Dfoo=bar
with a blank projectExpected behavior
A warning should be logged at the end of the configuration process that no such subproject was found. The user can then fix their typo, remove the
-D
as it is useless in their context, or of course ignore the warningsystem parameters
meson --version
1.4.1
The text was updated successfully, but these errors were encountered: