Re: [cmake-developers] A goal for a simple Android toolchain file.

2014-03-31 Thread Stephen Kelly
Eric Wing wrote: I'm thinking it will probably be two weeks before I get back to Android. (If things go really well, maybe late next week.) Sounds good. I'd like to start by syncing up on a simple hello world executable and iterating toward the complex stuff. Can we chat on IRC to get on

[cmake-developers] [CMake 0014852]: Can't stop including Qt 4. I want to use Qt 5.

2014-03-31 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14852 == Reported By:Yew Kurabayashi  Assigned To:

Re: [cmake-developers] [patch] Policy CMP0046 warning fix.

2014-03-31 Thread Brad King
On 03/28/2014 05:19 PM, Nils Gladitz wrote: I merged fix_policy_diagnostics: http://cmake.org/gitweb?p=stage/cmake.git;a=commitdiff;h=209980cf5a1fb472ff688127c76f24e95bff8f40 There were few more related cases that should also be fixed. Thanks. I'll backport that for 3.0.0-rc4. Steve,

[cmake-developers] [CMake 0014853]: CMAKE_XCODE_ATTRIBUTE_SYMROOT is overriden by CMake

2014-03-31 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14853 == Reported By:Michał Cichoń Assigned To:

[cmake-developers] Documentation install directory

2014-03-31 Thread Stephen Kelly
Hi, According to packagers on IRC, documentation should be installed to prefix/share/doc. Currently it looks like CMake 3.0 installs to prefix/doc by default, if I'm reading Source/CMakeInstallDestinations.cmake correctly. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=322762 Should

Re: [cmake-developers] [CMake] Fwd: [PATCH] Add support for Metro apps

2014-03-31 Thread David Cole
Thanks for working on this. It will be cool to be able to build Metro apps using CMake. One thing I think is crucial here is to include somewhere an example or test project that actually builds a Metro app, and shows how you have to construct the CMakeLists for it, and any special

Re: [cmake-developers] Documentation install directory

2014-03-31 Thread Brad King
On 03/31/2014 10:15 AM, Stephen Kelly wrote: According to packagers on IRC, documentation should be installed to prefix/share/doc. Currently it looks like CMake 3.0 installs to prefix/doc by default, if I'm reading Source/CMakeInstallDestinations.cmake correctly.

Re: [cmake-developers] [PATCH] Better find module developer documentation

2014-03-31 Thread Alex Merry
On 27/03/14 14:33, Brad King wrote: On 03/26/2014 03:02 PM, Alex Merry wrote: I wrote some documentation on how to write a find module for KDE's extra-cmake-modules project, and Stephen suggested upstreaming it. So attached is a patch that does that. Thanks for working on this. I like the

Re: [cmake-developers] A goal for a simple Android toolchain file.

2014-03-31 Thread Brad King
On 03/27/2014 11:09 PM, Eric Wing wrote: One other issue I would like to see fixed is that it is impossible to change some of the settings like architecture after the first generation. I find that this makes the CMake GUI interface completely useless to me and I always have to load up all my

[cmake-developers] [CMake 0014854]: Xcode projects with binary files cannot load in Xcode

2014-03-31 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14854 == Reported By:Petr Lefner Assigned To:

Re: [cmake-developers] [CMake] Fwd: [PATCH] Add support for Metro apps

2014-03-31 Thread Gilles Khouzam
Hi, I'm new to CMake but am looking to help with this effort. I'm wondering if it would make more sense (and if it's possible) to have the WinRT flavors as separate platforms within the same solution as you would get if you create a new WinRT project in Visual Studio, instead of having 3

[cmake-developers] [CMake 0014855]: Unpacking Qt 5.2.1 source distribution fails (ExternalProject_Add)

2014-03-31 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14855 == Reported By:hansmi Assigned To:

Re: [cmake-developers] [PATCH] A little simplify Ninja code for linker commands

2014-03-31 Thread Ben Boeckel
On Mon, Mar 31, 2014 at 00:40:02 +0200, Jiri Malak wrote: I enclosed patch which a little simplify Ninja code for linker commands. It removes redundant code for rule variable name and add some temporary variables to improve code. Looks good to me. It passes all the tests on my machine. I've