1macro(split_list listname)
2  string(REPLACE ";" " " ${listname} "${${listname}}")
3endmacro()
4