Re: [CMake] cmake server-mode project order

2017-02-07 Thread Michael Jackson
Tobias Hunger wrote: On Feb 7, 2017 20:43, "Brad King" mailto:brad.k...@kitware.com>> wrote: On 02/07/2017 02:23 PM, Michael Jackson wrote: > Are there any improvements to the cmake -server mode? I am testing the > combination of QtCreator and CMake and there seemed to be an

Re: [CMake] cmake server-mode project order (was: CMake 3.8.0-rc1 now ready for testing!)

2017-02-07 Thread Brad King
On 02/07/2017 02:23 PM, Michael Jackson wrote: > Are there any improvements to the cmake -server mode? I am testing the > combination of QtCreator and CMake and there seemed to be an issue where > the list of projects are in Alphabetical order and not in a "top down" > order. Tobias? -Brad --

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

2017-02-07 Thread Michael Jackson
Are there any improvements to the cmake -server mode? I am testing the combination of QtCreator and CMake and there seemed to be an issue where the list of projects are in Alphabetical order and not in a "top down" order. -- Michael A. Jackson BlueQuartz Software, LLC [e]: mike.jack...@bluequar

[CMake] [ANNOUNCE] CMake 3.8.0-rc1 now ready for testing!

2017-02-07 Thread Robert Maynard
I am proud to announce the first CMake 3.8 release candidate. https://cmake.org/download/ Documentation is available at: https://cmake.org/cmake/help/v3.8 Release notes appear below and are also published at https://cmake.org/cmake/help/v3.8/release/3.8.html Some of the more significant ch

[CMake] Why can't I build CMake on Centos6 32-bit?

2017-02-07 Thread Kent Williams
This used to work. Linux build6.leepfrog.com 2.6.32-642.6.2.el6.i686 #1 SMP Wed Oct 26 06:14:53 UTC 2016 i686 i686 i386 GNU/Linux gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-17) The first part of the bootstrap succeeds, and then running the second stage yields this: loading initial cache file /home/k

Re: [CMake] RPATH cross-compile issue with CHECK_*_EXISTS

2017-02-07 Thread Ray Donnelly
The PR Is closed pending me writing a test-case, but I just now updated to the my latest version and rebased on top of master: https://gitlab.kitware.com/mingwandroid/cmake/commit/b937ff949d8fdaab7d8b812d503f67f8cef69532 Cheers. On Tue, Feb 7, 2017 at 8:37 AM, wrote: > Hi Ray, > > Am 2017-02

Re: [CMake] RPATH cross-compile issue with CHECK_*_EXISTS

2017-02-07 Thread joerg . krause
Hi Ray, Am 2017-02-07 02:46, schrieb Ray Donnelly: I have a PR that asks the linker (via the compiler) what its implicit search directories are instead. It is the right way to do it IMHO, but I need to find time to finish it unfortunately. Do you have a link to the PR? On Feb 6, 2017 11:16