blob: db2fd521444200692f12577c61b0c9ca41f24663 [file]
set(error $<0>)
add_custom_target(check ALL COMMAND check
$<OR:1,${error}>
$<OR:0,1,${error}>
$<OR:1,0,${error}>
)