cmake/Tests/RunCMake/CMakePresetsWorkflow/SinglePresetArg.cmake
2024-11-11 15:18:55 +01:00

4 lines
169 B
CMake

if(NOT WORKFLOW_PRESET STREQUAL "SinglePresetArg")
message(FATAL_ERROR "Expected 'SinglePresetArg' workflow preset, but actual value is ${WORKFLOW_PRESET}")
endif()