cmake/Tests/RunCMake/cmake_language/Experimental/CxxImportStd-unset.cmake

9 lines
217 B
CMake
Raw Normal View History

2024-07-09 14:46:46 +02:00
cmake_language(GET_EXPERIMENTAL_FEATURE_ENABLED
"CxxImportStd"
feature_present)
if (NOT feature_present STREQUAL "FALSE")
message(FATAL_ERROR
"Expected the `CxxImportStd` feature to be disabled.")
endif ()