[CMake] ; list

Patrick Welche prlw1 at cam.ac.uk
Thu Sep 21 09:26:04 EDT 2017


Having run cmake 3.9.2 once already, I see:

$ cat CMakeLists.txt 
set(var one two)
message(${var})
$ cmake .
onetwo
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/cmaketest

Would you have expected "one;two" rather than "onetwo"?

Cheers,

Patrick


More information about the CMake mailing list