4 lines
147 B
CMake
4 lines
147 B
CMake
if(WORKFLOW_PRESET STREQUAL "RepeatedPresetArg")
|
|
message(FATAL_ERROR "First preset argument used instead of repeated preset argument")
|
|
endif()
|