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: uriparser subproject: disable building tests and docs
Quite a few more lines added to handle disabling a cmake define
Unfortunately Meson doesn't offer an easy way to do something like this
dependency('uriparser', default_options: {'URIPARSER_BUILD_DOCS': false})
where the second argument is automatically given to cmake
0 commit comments