Re: [cmake-developers] Documented property IMPORTED_LOCATION does not exist

2012-01-25 Thread Brad King
On 1/25/2012 1:50 AM, Michael Wild wrote: So, to fix your code, use IMPORTED_LOCATION_NOCONFIG. Actually just use LOCATION or LOCATION_${CONFIG} for some CONFIG: http://www.cmake.org/cmake/help/cmake-2-8-docs.html#prop_tgt:LOCATION

Re: [cmake-developers] Improving CPack Documentation (and may be others as well)

2012-01-25 Thread Brad King
On 1/24/2012 5:50 PM, Eric Noulard wrote: cmake --help-module CPackComponent or any other (untouched module) cmake --help-module FindQt4 you'll see that the extra space are there as well. So yes there is too much space, but this is not due to my current proposal, it was there before. We can

Re: [cmake-developers] New module introduction

2012-01-25 Thread Tim Gallagher
I have a question for the developers list since I'm (brand) new to this: Right now, the FindBLAS and FindLAPACK will not find Intel MKL that ships with versions of the compiler released since last year. We've written something that will make it work, but right now we only have it working on

[cmake-developers] [CMake 0012914]: GUI Idea : an open project button

2012-01-25 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12914 == Reported By:Michael Broutin Assigned To:

Re: [cmake-developers] Documented property IMPORTED_LOCATION does not exist

2012-01-25 Thread Alan W. Irwin
On 2012-01-25 08:14-0500 Brad King wrote: On 1/25/2012 1:50 AM, Michael Wild wrote: So, to fix your code, use IMPORTED_LOCATION_NOCONFIG. Actually just use LOCATION or LOCATION_${CONFIG} for some CONFIG: http://www.cmake.org/cmake/help/cmake-2-8-docs.html#prop_tgt:LOCATION

Re: [cmake-developers] Improving CPack Documentation (and may be others as well)

2012-01-25 Thread Eric Noulard
2012/1/25 Brad King brad.k...@kitware.com: On 1/24/2012 5:50 PM, Eric Noulard wrote: cmake --help-module CPackComponent or any other (untouched module) cmake --help-module FindQt4 you'll see that the extra space are there as well. So yes there is too much space, but this is not due to my

Re: [cmake-developers] Documented property IMPORTED_LOCATION does not exist

2012-01-25 Thread Brad King
On 1/25/2012 3:12 PM, Alan W. Irwin wrote: change the documentation of IMPORTED_LOCATION to indicate it is not always reliably set for imported targets and urge the reader to use LOCATION instead. http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7d20619f -Brad -- Powered by www.kitware.com

Re: [cmake-developers] Improving CPack Documentation (and may be others as well)

2012-01-25 Thread Brad King
On 1/25/2012 3:20 PM, Eric Noulard wrote: So with my proposal you can perfectly document a script in the middle of the file or as usual just in front of the concerned macro/function/var. This may be easier for doc maintenance because the function/macro would be closer to its doc. Nice. My

Re: [cmake-developers] Improving CPack Documentation (and may be others as well)

2012-01-25 Thread Alexander Neundorf
On Wednesday 25 January 2012, Eric Noulard wrote: 2012/1/25 Brad King brad.k...@kitware.com: On 1/24/2012 5:50 PM, Eric Noulard wrote: cmake --help-module CPackComponent or any other (untouched module) cmake --help-module FindQt4 you'll see that the extra space are there as well.

Re: [cmake-developers] Improving CPack Documentation (and may be others as well)

2012-01-25 Thread Eric Noulard
2012/1/25 Alexander Neundorf neund...@kde.org: On Wednesday 25 January 2012, Eric Noulard wrote: cmake already supports CMAKE_MODULE_PATH for generating help, e.g. like this: $ cmake -DCMAKE_MODULE_PATH=$HOME/src/kdelibs/cmake/modules/ --help-custom- modules This generates docs for all

Re: [cmake-developers] [PATCH 0/3] The CMake Ninja generator.

2012-01-25 Thread Peter Collingbourne
On Tue, Jan 03, 2012 at 01:15:17AM +, Peter Collingbourne wrote: On Sat, Nov 12, 2011 at 02:36:04AM +, Peter Collingbourne wrote: Hi, These patches add the Ninja generator to CMake, which I am now proposing for inclusion in mainline. [...] This patch series is also available