cmake/Tests/RunCMake/separate_arguments/EmptyCommand.cmake
2017-07-20 19:35:53 +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()