Re: [CMake] Changes to cmake_minimum_required() for 3.12

2018-07-01 Thread Craig Scott
On Mon, Jul 2, 2018 at 4:04 AM, Alan W. Irwin wrote: > On 2018-07-01 08:12+1000 Craig Scott wrote: > > Older CMake versions >> will see the extra dots as being version component separators and will end >> up effectively ignoring the max part. >> > > This explanation of how "..." will be interpret

[CMake] ccmake command missing from 3.12.0 RC releases

2018-07-01 Thread Miklos Espak
Hi, the 'ccmake' command seems to be missing from the linux tarballs from 3.12.0 RC1 and RC2. Not sure if you are aware of that. The release notes does not mention that it should be removed, so I hope the final release is going to have it. :) Maybe the curses dev package isn't installed on the b

Re: [CMake] how to deprecate a target?

2018-07-01 Thread Bram de Greve
That is unfortunate ... do you know any not-so-nice ways? So, what would you recommend here? I'm deprecating the old ways to use the Foo package (using Foo_LIBRARIES and Foo_INCLUDE_DIRS. You know, the cmake 2.x way of things). I can do that nicely with variable watches. But what about the t

Re: [CMake] Changes to cmake_minimum_required() for 3.12

2018-07-01 Thread Hendrik Sattler
Thanks for the link. The backwards compatibility is something worth mentioning in the release notes, so that people can use it right away. Am 1. Juli 2018 00:12:19 MESZ schrieb Craig Scott : >(Subject changed to be specific to this discussion) > >On Sat, Jun 30, 2018 at 3:13 PM, Hendrik Sattler