blob: bf09ec74f77bd52cdf7e5466820495c7040f180b [file] [log] [blame]
unset(nosuchlist)
list(FILTER nosuchlist EXCLUDE REGEX "^FILTER_THIS_.+")
if (DEFINED nosuchlist)
message(FATAL_ERROR
"list(FILTER) created our list")
endif ()