blob: a905272948c0c3579e60cd2ab7aa19b1726707c7 [file] [log] [blame]
project('suboptions')
subproject('subproject')
if not get_option('opt')
error('option unset when it should be set')
endif