[CMake] PKGCONFIG backward compatibility on CVS trunk.

David Cole david.cole at kitware.com
Tue Dec 5 09:28:37 EST 2006


On 12/4/06, Michel Hermier <michel.hermier at gmail.com> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/cmake/attachments/20061205/3e149607/attachment.htm


More information about the CMake mailing list