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

3 lines
41 B
CMake

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