9 lines
208 B
CMake
Raw Normal View History

2024-07-09 14:46:46 +02:00
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 ()