In the case main->subp->subsubp, if subsubp succeed to configure but subp subsequentially fails, subsubp is still being built but its summary was missing.pull/9078/head
parent
566383c727
commit
5462ea921f
4 changed files with 14 additions and 4 deletions
@ -1,5 +1,6 @@ |
||||
project('sub2') |
||||
|
||||
error('This subproject failed') |
||||
subproject('subsub') |
||||
|
||||
summary('Section', 'Should not be seen') |
||||
error('This subproject failed') |
||||
|
@ -0,0 +1,3 @@ |
||||
project('subsub') |
||||
|
||||
summary('Something', 'Some value') |
Loading…
Reference in new issue