1b078c304d
Add tests for error reporting when list() arguments are invalid.
3 lines
40 B
CMake
3 lines
40 B
CMake
unset(nosuchlist)
|
|
list(SORT nosuchlist)
|