blob: f69c024a4c42440d3e4aea8f790440ed03173ce9 [file] [log] [blame]
set(ls "a" "b" "c")
list(REMOVE_ITEM ls alpha)
if (NOT ls STREQUAL "a;b;c")
message(FATAL_ERROR "list(REMOVE_ITEM) modified for empty item")
endif ()