3 lines
40 B
CMake
3 lines
40 B
CMake
|
set(mylist "")
|
||
|
list(REMOVE_AT mylist 0)
|