xref: /llvm-project/third-party/benchmark/cmake/split_list.cmake (revision 5dda2efde574d3a200d04c371f561a77ee9f4aff)
1macro(split_list listname)
2  string(REPLACE ";" " " ${listname} "${${listname}}")
3endmacro()
4