Files
CMake/Tests/RunCMake/list/EmptyRemoveAt0-stderr.txt
T
Ben Boeckel 121a036f73 cmListCommand: handle empty lists for list(REMOVE_AT)
Treat an empty list as a list with no valid bounds and return an error
message indicating that any given indices are out-of-bounds.
2018-10-16 14:31:39 -04:00

5 lines
165 B
Plaintext

CMake Error at EmptyRemoveAt0.cmake:2 \(list\):
list index: mylist, 0 out of range \(0, 0\)
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)$