blob: 5000b86435e62855acf9b244af7a451cb287cf51 [file] [log] [blame]
project('subproject', 'c')
if get_option('opt')
error('option set when it should be unset.')
endif