
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.
5 lines
173 B
Plaintext
5 lines
173 B
Plaintext
^CMake Error at REMOVE_AT-NotList.cmake:2 \(list\):
|
|
list index: nosuchlist, 0 out of range \(0, 0\)
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)$
|