Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
a914434d52fca46b23f139dd4be1f4e22cbd5fe4
/
.
/
Tests
/
RunCMake
/
CMP0121
/
CMP0121-SUBLIST-start-Common.cmake
blob: 33f57a33653d48345f817c007778361b187d46f1 [
file
]
set
(
listvar a b c d e
)
list
(
SUBLIST listvar invalid
2
out
)
message
(
"SUBLIST-start: -->${out}<--"
)