1
0
mirror of https://github.com/google/benchmark.git synced 2025-01-16 06:40:13 +08:00
benchmark/cmake/split_list.cmake
Deniz Evrenci 6d74c0625b split_list is not defined for assembly tests ()
* Update AUTHORS and CONTRIBUTORS

* split_list is not defined for assembly tests
2018-05-14 15:02:49 +01:00

4 lines
93 B
CMake

macro(split_list listname)
string(REPLACE ";" " " ${listname} "${${listname}}")
endmacro()