CMake: Output a list with delimiters July 25, 2023 by Tarik Enclose the dereferenced variable in quotes. set(my_list a b c d) message("${my_list}") Outputs a;b;c;d