Fixes:
meson.build:6:0: ERROR: Uncomparable version string 'unknown'.
This was previously partially fixed in a8694f4b
, which only fixed it
for cached fallback dependencies.
pull/4077/head
parent
73cbf4113a
commit
68cfe1bb52
3 changed files with 16 additions and 2 deletions
@ -0,0 +1,3 @@ |
||||
project('not-found-dep-subproj', 'c', version : '1.0') |
||||
|
||||
notfound_dep = dependency('', required : false) |
Loading…
Reference in new issue