mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 05:39:57 -05:00
9 lines
208 B
CMake
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 ()
|