cmake/Tests/RunCMake/separate_arguments/EmptyCommand.cmake

7 lines
159 B
CMake
Raw Normal View History

2017-07-20 19:35:53 +02:00
set(nothing)
separate_arguments(nothing)
if(DEFINED nothing)
message(FATAL_ERROR "separate_arguments null-case failed: "
"nothing=[${nothing}]")
endif()