3 lines
57 B
CMake
3 lines
57 B
CMake
|
set(mylist alpha bravo charlie)
|
||
|
list(REMOVE_AT mylist 3)
|