Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
4758d4e86808d0c782f0fa0d162b4e9aff2f2f59
/
.
/
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
()