On Thu, Sep 12, 2013 at 12:10 PM, Brad King wrote:
> 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 ';' c
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'