parent
749aeefe0c
commit
ed1732d9c4
1 changed files with 1 additions and 1 deletions
@ -1,5 +1,5 @@ |
||||
project('subproject', 'c') |
||||
|
||||
if get_option('opt') |
||||
error('option unset when it should be set.') |
||||
error('option set when it should be unset.') |
||||
endif |
||||
|
Loading…
Reference in new issue