fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
project('cmakeSubTest', ['c', 'cpp'])
|
||||
|
||||
cm = import('cmake')
|
||||
|
||||
sub_pro = cm.subproject('nothing', required: false)
|
||||
assert(not sub_pro.found(), 'subproject found() reports wrong value')
|
||||
Reference in New Issue
Block a user