Re: [cmake-developers] CMake version to build CMake

2016-09-12 Thread Brad King
On 09/08/2016 03:17 PM, Brad King wrote: > There are only a few older than that (2.8.7, 2.8.9, 2.8.11). > I'll try to get those updated soon and report back. Then we > can move to 2.8.12 for now. Done. I temporarily added a CMake-time warning for submissions using lower than 2.8.12.2 and got

Re: [cmake-developers] CMake version to build CMake

2016-09-08 Thread Brad King
On 09/08/2016 02:17 PM, Stephen Kelly wrote: > Are there dashboard machines which need to be updated first? Oops, right. I see a bunch that are still on 2.8.12. There are only a few older than that (2.8.7, 2.8.9, 2.8.11). I'll try to get those updated soon and report back. Then we can move to

Re: [cmake-developers] CMake version to build CMake

2016-09-08 Thread Stephen Kelly
Brad King wrote: > On 09/07/2016 06:44 PM, Stephen Kelly wrote: >> ALIAS targets were introduced in CMake 2.8.12 (released August 2013). >> >> What do you think of updating the requirement to that or higher? > > Fine with me. It really only matters on platforms where one cannot use > the

Re: [cmake-developers] CMake version to build CMake

2016-09-08 Thread Brad King
On 09/07/2016 06:44 PM, Stephen Kelly wrote: > ALIAS targets were introduced in CMake 2.8.12 (released August 2013). > > What do you think of updating the requirement to that or higher? Fine with me. It really only matters on platforms where one cannot use the bootstrap script. Let's go to 3.0

[cmake-developers] CMake version to build CMake

2016-09-07 Thread Stephen Kelly
Hi, Currently CMake requires a minimum of CMake 2.8.4 to build. I was reviewing the cmake-server work from Tobias starting with the libuv integration, and I think CMake might benefit from using ALIAS targets in its own build. ALIAS targets were introduced in CMake 2.8.12 (released August