Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
3555265f1df989bbb2bbd8ca408efcb3cb0cfd69
/
.
/
Tests
/
RunCMake
/
separate_arguments
/
EmptyCommand.cmake
blob: 895b6ac2eea0ccf7b498869dc9c315eff52fca10 [
file
]
set
(
nothing
)
separate_arguments
(
nothing
)
if
(
DEFINED nothing
)
message
(
FATAL_ERROR
"separate_arguments null-case failed: "
"nothing=[${nothing}]"
)
endif
()