json/benchmarks/thirdparty/benchmark/cmake/split_list.cmake
Niels Lohmann 06731b14d7
⬆️ upgraded Catch and Google Benchmark
- Catch 1.12.0 -> 1.12.2
- Google Benchmark 1.3.0 -> 1.4.1
2019-01-13 11:29:39 +01:00

4 lines
93 B
CMake
Executable file

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