CMake/Tests/RunCMake/list/EmptyGet0.cmake

3 lines
41 B
CMake

set(mylist "")
list(GET mylist 0 result)