mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
a08154d493
Fixes: #18069
3 lines
60 B
CMake
3 lines
60 B
CMake
set(mylist alpha bravo charlie)
|
|
list(INSERT mylist 4 delta)
|