CMake/Tests/CMakeTests/List-Remove_At-Nonexistent-...

3 lines
47 B
CMake
Raw Normal View History

unset(nosuchlist)
list(REMOVE_AT nosuchlist 0)