Re: [cmake-developers] How to cleanly get rid of CMake specific properties?

2012-02-19 Thread Eric Noulard
2012/2/18 Eric Noulard eric.noul...@gmail.com: 2012/2/18 Alexander Neundorf neund...@kde.org: On Saturday 18 February 2012, Eric Noulard wrote: Hi all, I'm pursuing my quest for a better CPack doc. First set of modifications are in master:  cpack --help-command-xxx  cpack

[cmake-developers] [CMake 0012982]: Misdetects endianess on mipsel

2012-02-19 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12982 == Reported By:Modestas Vainius Assigned To:

Re: [cmake-developers] Ninja generator on Windows

2012-02-19 Thread Peter Kümmel
On 19.02.2012 07:21, Peter Collingbourne wrote: This caused custom commands to be double encoded, causing a test failure on *nix. I reverted part of your changes to fix the test failures and also had a look at implementing the escaping rules correctly. With the changes I made, I was able to

Re: [cmake-developers] ninja spaces in the path do not work on linux

2012-02-19 Thread Eric Noulard
Le 19 février 2012 15:19, Nicolas Desprès nicolas.desp...@gmail.com a écrit : Thanks for this Peter.  I have just tried the new stage/ninja-generator branch with spaces in both the source and the binary directory and I got this result for the test suite:  The following tests FAILED: 83 -

Re: [cmake-developers] find_package error wording

2012-02-19 Thread Stephen Kelly
Hi, I must have missed something here. On Friday, February 17, 2012 13:16:42 Brad King wrote: On 2/17/2012 12:09 PM, Alexander Neundorf wrote: But another significant part of the reason is probably that beside upstreaming a module to cmake, there is no other official way to distribute

Re: [cmake-developers] ninja spaces in the path do not work on linux

2012-02-19 Thread Nicolas Desprès
2012/2/19 Eric Noulard eric.noul...@gmail.com Le 19 février 2012 15:19, Nicolas Desprès nicolas.desp...@gmail.com a écrit : Thanks for this Peter. I have just tried the new stage/ninja-generator branch with spaces in both the source and the binary directory and I got this result for

Re: [cmake-developers] making exports first-class (was: Making Config.cmake files easier to write)

2012-02-19 Thread Stephen Kelly
Brad King wrote: If anyone is interested in working on something like this the C++ changes you mention would need to make exports recorded by either export() or install(EXPORT) into first-class objects. A major missing feature from them right now is having multiple logical exports with

[cmake-developers] CPackComponents fails with spaces in paths

2012-02-19 Thread Nicolas Desprès
Hi, The CPackComponents test fails on master where there is a space in the source tree. Here I think the trace: $ ctest -V -R 'CPackComponents$' == UpdateCTestConfiguration from :/home/despre_n/tmp/cmake

Re: [cmake-developers] find_package error wording

2012-02-19 Thread Alexander Neundorf
On Sunday 19 February 2012, Stephen Kelly wrote: Hi, I must have missed something here. On Friday, February 17, 2012 13:16:42 Brad King wrote: On 2/17/2012 12:09 PM, Alexander Neundorf wrote: But another significant part of the reason is probably that beside upstreaming a module to

[cmake-developers] GenerateExportHeader gcc version test failure?

2012-02-19 Thread Stephen Kelly
Hi, In the last few days something changed to make the GenerateExportHeader GCC version check fail: http://open.cdash.org/buildSummary.php?buildid=2016288 Any idea what would cause that? It must be one of these: http://open.cdash.org/viewUpdate.php?buildid=2016288 (as a side note, I find

Re: [cmake-developers] find_package module-only policy (was: find_package error wording)

2012-02-19 Thread Brad King
On 2/18/2012 10:43 AM, Alexander Neundorf wrote: This is now in the branch FindPackage_MODULE_MODE_Policy on stage. I still have to add tests. Thanks for the prototype. I'm not promising acceptance yet but it is a good reference for discussion. I'm going to continue the discussion over on

Re: [cmake-developers] CPackComponents fails with spaces in paths

2012-02-19 Thread Eric Noulard
Le 19 février 2012 16:07, Nicolas Desprès nicolas.desp...@gmail.com a écrit : Hi, The CPackComponents test fails on master where there is a space in the source tree. Here I think the trace: $ ctest -V -R 'CPackComponents$' ==

Re: [cmake-developers] find_package error wording

2012-02-19 Thread Stephen Kelly
On Sunday, February 19, 2012 16:18:00 Alexander Neundorf wrote: On Sunday 19 February 2012, Stephen Kelly wrote: The only reason to distribute FindBlub for a CMake-aware project is to wrap up find_package NO_MODULE to produce a nicer message, but that is totally optional. If a

Re: [cmake-developers] find_package error wording

2012-02-19 Thread Alexander Neundorf
On Sunday 19 February 2012, Stephen Kelly wrote: On Sunday, February 19, 2012 16:18:00 Alexander Neundorf wrote: On Sunday 19 February 2012, Stephen Kelly wrote: The only reason to distribute FindBlub for a CMake-aware project is to wrap up find_package NO_MODULE to produce a nicer

Re: [cmake-developers] CPackComponents fails with spaces in paths

2012-02-19 Thread Nicolas Desprès
2012/2/19 Eric Noulard eric.noul...@gmail.com Le 19 février 2012 16:07, Nicolas Desprès nicolas.desp...@gmail.com a écrit : Hi, The CPackComponents test fails on master where there is a space in the source tree. Here I think the trace: $ ctest -V -R 'CPackComponents$'

Re: [cmake-developers] CPackComponents fails with spaces in paths

2012-02-19 Thread Eric Noulard
Le 19 février 2012 17:20, Nicolas Desprès nicolas.desp...@gmail.com a écrit : 2012/2/19 Eric Noulard eric.noul...@gmail.com Le 19 février 2012 16:07, Nicolas Desprès nicolas.desp...@gmail.com a écrit : Hi, The CPackComponents test fails on master where there is a space in the source

Re: [cmake-developers] Making GUI applications by default

2012-02-19 Thread Stephen Kelly
Brad King wrote: On 2/17/2012 9:27 AM, Stephen Kelly wrote: Then add SetPropertyDefault in the initialization of EXECUTABLE targets so that set(CMAKE_GUI_EXECUTABLE 1) will change the default for new executable targets in scope of the variable. Yes, I had the same idea last night

Re: [cmake-developers] CPackComponents fails with spaces in paths

2012-02-19 Thread Nicolas Desprès
2012/2/19 Eric Noulard eric.noul...@gmail.com Le 19 février 2012 17:20, Nicolas Desprès nicolas.desp...@gmail.com a écrit : 2012/2/19 Eric Noulard eric.noul...@gmail.com Le 19 février 2012 16:07, Nicolas Desprès nicolas.desp...@gmail.com a écrit : Hi, The CPackComponents

Re: [cmake-developers] Modifying RPATH feature to run tests uninstalled

2012-02-19 Thread Stephen Kelly
Brad King wrote: On 2/17/2012 9:13 AM, Stephen Kelly wrote: If CMAKE_SKIP_INSTALL_RPATH is used by our buildsystems and CMAKE_SKIP_RPATH is not, distros will learn that they can run unit tests if they build their packages with the former instead of the latter. From my point of view though,