blob: d5e304785f15baf6b5398e390cca1448a882b44b [file] [log] [blame]
cmake_language(GET_EXPERIMENTAL_FEATURE_ENABLED
"Unknown"
feature_present)
if (NOT feature_present STREQUAL "")
message(FATAL_ERROR
"Got a result for the `Unknown` experimental feature.")
endif ()