Re: [CMake] CMake 3.0-rc1 now ready for testing!

2014-03-03 Thread Marcel Loose
That's a nice long list ;) I noticed when building this RC on Ubuntu 13.10, that 'make test' fails: $ make test Running tests... make: Bootstrap.cmk/ctest: Command not found make: *** [test] Error 127 Copying ./bin/ctest to ./Bootstrap.cmk solves this issue. Best regards, Marcel Loose. On

Re: [CMake] CMake 3.0-rc1 now ready for testing!

2014-03-03 Thread Hendrk Sattler
Am 2014-02-28 20:28, schrieb Robert Maynard: * The COMPILE_DEFINITIONS_CONFIG directory properties and the COMPILE_DEFINITIONS_CONFIG target properties have been deprecated. Instead set the corresponding COMPILE_DEFINITIONS directory property or COMPILE_DEFINITIONS target property and use

Re: [CMake] CMake 3.0-rc1 now ready for testing!

2014-03-03 Thread Stephen Kelly
Hendrk Sattler wrote: 2. The CMP0043 descriptions only mentions target specific solutions. I extended the sample code with a directory property too. In the description of add_definitions(), it is mentioned: Arguments to add_definitions may use “generator expressions” with the

[CMake] CMake 3.0-rc1 now ready for testing!

2014-02-28 Thread Robert Maynard
I am proud to announce that CMake 3.0 has entered the release candidate stage. Sources and binaries are available at: http://www.cmake.org/files/v3.0/?C=M;O=D Documentation is available at: http://www.cmake.org/cmake/help/v3.0 Release notes appear below and are also published at