Re: [cmake-developers] Ninja generator on Windows

2012-02-02 Thread Brad King
On 2/1/2012 10:23 PM, Bill Hoffman wrote: On 2/1/2012 4:19 PM, Peter Kümmel wrote: We can't use cmd. Maybe ninja could be fixed. If not, you could come up with something that uses CMake scripts. cmake -E foo.cmake foo.cmake execute_process() Not ideal, but until ninja figures it

Re: [cmake-developers] CodeLite generator

2012-02-02 Thread Brad King
On 2/1/2012 5:51 PM, Jim Goodnow II wrote: I am working on a CodeLite generator for CMake. Great! I assume you mean http://www.codelite.org/ ? Is there a set of tests that should be run CMake comes with an extensive test suite that covers the major interfaces plus many corner cases that

[cmake-developers] [CMake 0012926]: FindPkgConfig module doesn't honor CMAKE_PREFIX_PATH.

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

Re: [cmake-developers] Ninja generator on Windows

2012-02-02 Thread Bill Hoffman
On 2/2/2012 8:30 AM, Brad King wrote: On 2/1/2012 10:23 PM, Bill Hoffman wrote: On 2/1/2012 4:19 PM, Peter Kümmel wrote: We can't use cmd. Maybe ninja could be fixed. If not, you could come up with something that uses CMake scripts. cmake -E foo.cmake foo.cmake execute_process()

Re: [cmake-developers] Ninja generator on Windows

2012-02-02 Thread Nicolas Desprès
On Thu, Feb 2, 2012 at 4:34 PM, Bill Hoffman bill.hoff...@kitware.com wrote: On 2/2/2012 8:30 AM, Brad King wrote: On 2/1/2012 10:23 PM, Bill Hoffman wrote: On 2/1/2012 4:19 PM, Peter Kümmel wrote: We can't use cmd. Maybe ninja could be fixed. If not, you could come up with something

Re: [cmake-developers] Ninja generator on Windows

2012-02-02 Thread Bill Hoffman
On 2/2/2012 10:41 AM, Nicolas Desprès wrote: When you use scripts or file like link.txt you lose the power of the special $in and $out variables or variable in general that are expanded in the rule. I am not sure what those are, must be a Ninja thing... With windows, unless you have

Re: [cmake-developers] Ninja generator on Windows

2012-02-02 Thread Bill Hoffman
Sorry for asking a question without looking into the details first... But Why does the ninja generator need to use ? I am pretty sure the other CMake generators do not need to use . -Bill -- Bill Hoffman Kitware, Inc. 28 Corporate Drive Clifton Park, NY 12065

[cmake-developers] [CMake 0012928]: CMake silently ignores CPPFLAGS

2012-02-02 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=12928 == Reported By:Aron Xu Assigned To:

[cmake-developers] [CMake 0012929]: The -shared gcc option is not provided for MODULE shared library if PROJECT command declares in ways

2012-02-02 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=12929 == Reported By:Zheng GONG Assigned To:

Re: [cmake-developers] Ninja generator on Windows

2012-02-02 Thread Nicolas Desprès
2012/2/2 Bill Hoffman bill.hoff...@kitware.com: Sorry for asking a question without looking into the details first... But No problem. Why does the ninja generator need to use ?  I am pretty sure the other CMake generators do not need to use . Most of them come from the working