mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
5 lines
99 B
CMake
5 lines
99 B
CMake
set(listvar a b c d e)
|
|
|
|
list(SUBLIST listvar invalid 2 out)
|
|
message("SUBLIST-start: -->${out}<--")
|