List-Remove_At-Nonexistent-List.cmake 47 B

12
  1. unset(nosuchlist)
  2. list(REMOVE_AT nosuchlist 0)