CMake/Tests/RunCMake/separate_arguments/EmptyCommand.cmake
2017-04-26 20:26:47 +02:00

7 lines
159 B
CMake

set(nothing)
separate_arguments(nothing)
if(DEFINED nothing)
message(FATAL_ERROR "separate_arguments null-case failed: "
"nothing=[${nothing}]")
endif()