Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
CTestCommandExpandLists
/
expandEmptyCommand.cmake
blob: b75828e38cb5c507eaea3c82236efed552164a43 [
file
] [
log
] [
blame
]
include
(
CTest
)
set
(
argv
/
bin
/
true
)
list
(
POP_BACK argv
)
add_test
(
NAME
CommandExpandEmptyList
COMMAND
"$<JOIN:${argv},;>"
COMMAND_EXPAND_LISTS
)