Re: [cmake-developers] ninja bug on windows

2012-03-12 Thread Bill Hoffman
On 3/12/2012 5:23 PM, Peter Kümmel wrote: I've fixed this by caching the used temporary file names. And I've updated the ninja.exe. Seems to have gotten better but no perfect First time I re-ran ninja it rebuilt: $ ../ninja/ninja.exe [1/9] Linking C static library Utilities\cmlibarchive

Re: [cmake-developers] ninja bug on windows

2012-03-12 Thread Peter Kümmel
On 11.03.2012 05:05, Peter Collingbourne wrote: On Fri, Mar 09, 2012 at 02:10:45PM -0500, Bill Hoffman wrote: I am seeing that ninja always wants to relink the executables for me every time it is run. The output is this: $ ninja [1/9] Linking C static library Utilities\cmlibarchive\libarchive\

[cmake-developers] [CMake 0013039]: Support for the Raptor2 RDF syntax library (FindRaptor2.cmake attached)

2012-03-12 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13039 == Reported By:Daniel R. Gomez Assigned To:

Re: [cmake-developers] Preferred variable retrieval within Cpack generator.

2012-03-12 Thread Eric Noulard
2012/3/12 Schwartz, Philip Marc (RIS-BCT) : > >>Usually using GetOption means that we want to give user some control so that >>this CPACK_xxx value may be set in >CMakeLists.txt, CPack project config file >>or CPack command line arg. > >>GetOption is not used to pass value from cmCPackGenerator c

[cmake-developers] Fwd: Preferred variable retrieval within Cpack generator.

2012-03-12 Thread Eric Noulard
Forgot to cc the list. -- Forwarded message -- From: Eric Noulard Date: 2012/3/10 Subject: Re: [cmake-developers] Preferred variable retrieval within Cpack generator. To: "Schwartz, Philip Marc (RIS-BCT)" 2012/3/10 Schwartz, Philip Marc (RIS-BCT) : > What is the preferred meth

[cmake-developers] [CMake 0013038]: cannot set CMAKE_AR when cross-compiling Fortran-only project

2012-03-12 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13038 == Reported By:Marcin Wojdyr Assigned To:

Re: [cmake-developers] How to handle package Config.cmake files with dependencies ?

2012-03-12 Thread Brad King
On 3/10/2012 10:45 AM, Alexander Neundorf wrote: std::string req_var = this->Name + "_FIND_REQUIRED_" + args[i]; this->AddFindDefinition(req_var.c_str(), "1"); [snip] Since this contains the word "required" multiple times this also suggests that the list of components is the list

Re: [cmake-developers] Ninja windows

2012-03-12 Thread Brad King
On 3/11/2012 5:31 PM, Peter Kümmel wrote: Thanks David, then I pull rebased in future. Take a look at the "branch..rebase" config option documented by "git help config". And how could I rebase the already pushed branch? This is possible but requires a fairly deep understanding of how Git wo

[cmake-developers] [CMake 0013037]: Support #[ \t]*cmakedefine

2012-03-12 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://cmake.org/Bug/view.php?id=13037 == Reported By:Mathieu Malaterre Assigned To: