2024-07-09 14:46:46 +02:00

9 lines
208 B
CMake

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 ()