Otherwise we get an error while checking the subproject version: Uncomparable version string 'none'. If the dependency was found as a not-found dependency in the subproject and is not required, just take it.pull/3996/head
parent
ddb1238ee2
commit
a8694f4b26
3 changed files with 11 additions and 0 deletions
@ -1,3 +1,4 @@ |
||||
project('beta project', 'c') |
||||
|
||||
lb = shared_library('b', 'b.c') |
||||
notfound = dependency('', required : false) |
||||
|
Loading…
Reference in new issue