summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/list/REMOVE_AT-EmptyList-result.txt
Commit message (Collapse)AuthorAgeFilesLines
* cmListCommand: handle empty lists for list(REMOVE_AT)Ben Boeckel2018-10-161-0/+1
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.