CMake/Tests/RunCMake/list/EmptyInsert-1.cmake

3 lines
40 B
CMake

set(mylist "")
list(INSERT mylist -1 x)