Re: [CMake] Policy CMP0020 setting is ignored

2014-10-07 Thread Peter Kuemmel
> Hi > > although I have "cmake_policy (SET CMP0020 NEW)" in my top level > CMakeLists.txt file I get a lot of warnings about "Policy CMP0020 is > not set..." > After some testing it seems to me that the policy setting is only > respected for the configure but not for the generate step. > Has

Re: [CMake] Ninja on windows ( latest ninja from git, cmake 2.8.9 )

2012-08-17 Thread Peter Kuemmel
It's merged now. > It's a ninja bug. I hope this ninja patch > > https://github.com/martine/ninja/pull/401 > > is the right solution. > > Peter > > > Original-Nachricht > > Datum: Wed, 15 Aug 2012 20:59:26 + > > Von: "Malfettone, Kris" > > An: Bill Hoffman , "cmake@cm

Re: [CMake] Ninja on windows ( latest ninja from git, cmake 2.8.9 )

2012-08-16 Thread Peter Kuemmel
It's a ninja bug. I hope this ninja patch https://github.com/martine/ninja/pull/401 is the right solution. Peter Original-Nachricht > Datum: Wed, 15 Aug 2012 20:59:26 + > Von: "Malfettone, Kris" > An: Bill Hoffman , "cmake@cmake.org" > > Betreff: Re: [CMake] Ninja on

Re: [CMake] Nina Generator on Windows generates too long link cmd lines

2012-06-04 Thread Peter Kuemmel
Original-Nachricht > Datum: Mon, 4 Jun 2012 08:19:55 +0200 > Von: Claus Klein > An: "Peter Kümmel" > CC: CMake@cmake.org > Betreff: Re: [CMake] Nina Generator on Windows generates too long link cmd > lines > Yes, at least the old Darwin ar does not support this option! > > c

Re: [CMake] Nina Generator on Windows generates too long link cmd lines

2012-05-30 Thread Peter Kuemmel
> > The cmake code needs to be updated to use the native ninja response > files. If you are interested in this work, I can help you figure out > where to make the changes. > > -Bill Have you started working on this? And is there somewhere already a branch? If not, where is the best place fo

Re: [CMake] CMake 2.8.6 available for download

2011-10-05 Thread Peter Kuemmel
> > So I see that one of my projects has this problem. > I've narrowed it down to this commit: > http://cmake.org/gitweb?p=cmake.git;a=commit;h=a5683f8 > Great! This was fast. > If I remove the code that commit adds, from the current HEAD, then my > problem goes away. > > When checking the XML

Re: [CMake] CMake 2.8.6 available for download

2011-10-05 Thread Peter Kuemmel
When I install the .sh version over an existing 2.8.4 release and use "CodeBlocks - Unix Makefiles" QtCreator only shows the CMakeLists.txt, nothing more. Seems the "CodeBlocks - Unix Makefiles" generator is broken in 2.8.6. The entry http://www.gmx.net/de/go/freephone -- Powered by www.kitware.c

Re: [CMake] FYI - From Ninja-build mailing list - Fwd: Proposal: restat rules

2011-09-29 Thread Peter Kuemmel
> > Tested cmake/ninja with Blender's cmake files, works well, and fast! > Single file rebuild is 0.97 sec, same on makefiles was 3.7sec. > I also have some numbers: Building LyX (lyx.org, 676 files): LyX has autotools and cmake as build system. * cmake generate