On 09/12/2013 01:27 PM, James Bigler wrote:
> 1. file(APPEND "${myfile}"
>       "string"
>       "string2";
>       "string3")
> This generates an error at the ';' character, which never did before.  So far 
> as I understand, a ';' character should still be legal here.  Please correct 
> me if I'm wrong.

It should be a warning, not an error.  We never intended to allow
quoted arguments to be followed by other arguments without separating
whitespace but a bug in the parser allowed it.  Now we fixed that
bug and added a warning when the case is detected.

-Brad
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to