Re: [CMake] CMake 2.8.12-rc3 Release.

2013-09-19 Thread Domagoj Saric
Hi, configure_file with NEWLINE_STYLE appends a newline to the end of the file (even if there is none in the original file, check cmMakeFile.cxx line 3521)... -- Domagoj Saric Software Architect www.LittleEndian.com -- Powered by www.kitware.com Please keep messages on-topic and check the

Re: [cmake-developers] [CMake] CMake 2.8.12-rc3 Release.

2013-09-12 Thread Brad King
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

Re: [cmake-developers] [CMake] CMake 2.8.12-rc3 Release.

2013-09-12 Thread James Bigler
On Thu, Sep 12, 2013 at 12:10 PM, Brad King brad.k...@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 ';'

[CMake] CMake 2.8.12-rc3 Release.

2013-09-10 Thread Robert Maynard
The CMake 2.8.12 release candidate stream continues! This is the last RC unless a critical, must-fix issue is found. You can find the source and binaries here: http://www.cmake.org/files/v2.8/?C=M;O=D Some of the notable changes in this release are: - Introduced target_compile_options command