| ▲ | colejohnson66 a year ago | |
CMake is entirely stringly-typed as well. Like many shells, arrays/lists are just space-separated strings. | ||
| ▲ | mdaniel a year ago | parent [-] | |
Pedantically that's not true, they're ';' delimited https://cmake.org/cmake/help/v3.31/command/list.html#:~:text... The confusion comes from the fact that set() automatically coerces space-delimited items into a ;-delimited list
emits | ||