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