[cmake-developers] [CMake] CMake 2.8.12-rc3 Release.
James Bigler
jamesbigler at gmail.com
Thu Sep 12 14:38:11 EDT 2013
On Thu, Sep 12, 2013 at 12:10 PM, Brad King <brad.king at kitware.com> 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 ';' 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
>
OK, yeah. It is just a warning.
I'm still working on characterizing the failure to generate a library bug. I
think it is because there are only CUDA generated object files in it (i.e.
no .cpp files). I didn't have a chance to test this until now, because we
didn't have support for VS 2012 until recently (it requires CUDA 5.5 and it
took us a bit of time to get our project working with CUDA 5.5).
James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20130912/d3caa3de/attachment.html>
More information about the cmake-developers
mailing list