On 12/4/06, Michel Hermier <[EMAIL PROTECTED]> wrote:
set (FOO "foo bar")
dump (${FOO})
Here FOO is a string that contains a space... set (FOO foo bar)
dump (${FOO})
Here FOO is a list with two elements. If it were printed as a string it would be "foo;bar" HTH, David
_______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
