[Infra] Fix version-check workflow (#100090)
[llvm-project.git] / third-party / benchmark / cmake / split_list.cmake
blob67aed3fdc8579b7d9a6f06a73fa9b6844976e691
1 macro(split_list listname)
2   string(REPLACE ";" " " ${listname} "${${listname}}")
3 endmacro()