cmake/Tests/RunCMake/list/EmptyRemoveAt0.cmake
2012-06-27 20:52:58 +03:00

3 lines
40 B
CMake

set(mylist "")
list(REMOVE_AT mylist 0)