[cmake-developers] [CMake 0011671]: changing RUNTIME_OUTPUT_DIR after fetching LOCATION fails

2011-01-09 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=11671 == Reported By:Andreas Pakulat Assigned To:

Re: [CMake] module contribution?

2011-01-09 Thread Eric Noulard
2011/1/9 Nico Schlömer nico.schloe...@gmail.com: Quick question here: I have a couple of libraries here which all need NetCDF, so I was thinking the cleanest solution would be to write one FindNetCDF.cmake and use it everywhere. What's the policy of including modules into the official CMake

[CMake] Restrictions on where a binary can be put?

2011-01-09 Thread Andreas Pakulat
Hi, I'm having a bit of a problem here changing the runtime output directory for a binary. Its an executable target named 'setup' and I'd like to put it into the top-level directory. Unfortunately it always ends up in the bin/ directory, which is what CMAKE_RUNTIME_OUTPUT_DIRECTORY is being set

Re: [CMake] Restrictions on where a binary can be put?

2011-01-09 Thread Michael Hertling
On 01/09/2011 12:58 PM, Andreas Pakulat wrote: Hi, I'm having a bit of a problem here changing the runtime output directory for a binary. Its an executable target named 'setup' and I'd like to put it into the top-level directory. Unfortunately it always ends up in the bin/ directory, which

Re: [CMake] module contribution?

2011-01-09 Thread John Drescher
On Sat, Jan 8, 2011 at 7:55 PM, Nico Schlömer nico.schloe...@gmail.com wrote: Quick question here: I have a couple of libraries here which all need NetCDF, so I was thinking the cleanest solution would be to write one FindNetCDF.cmake and use it everywhere. What's the policy of including

Re: [CMake] Restrictions on where a binary can be put?

2011-01-09 Thread Andreas Pakulat
On 09.01.11 14:24:16, Michael Hertling wrote: On 01/09/2011 12:58 PM, Andreas Pakulat wrote: Hi, I'm having a bit of a problem here changing the runtime output directory for a binary. Its an executable target named 'setup' and I'd like to put it into the top-level directory.

Re: [CMake] Restrictions on where a binary can be put?

2011-01-09 Thread Andreas Pakulat
On 09.01.11 21:09:37, Andreas Pakulat wrote: On 09.01.11 21:05:21, Andreas Pakulat wrote: On 09.01.11 14:24:16, Michael Hertling wrote: On 01/09/2011 12:58 PM, Andreas Pakulat wrote: Hi, I'm having a bit of a problem here changing the runtime output directory for a binary.

Re: [CMake] Restrictions on where a binary can be put?

2011-01-09 Thread Nizar Khalifa Sallem
At Sun, 9 Jan 2011 21:09:37 +0100, Andreas Pakulat wrote: [1 text/plain; us-ascii (7bit)] On 09.01.11 21:05:21, Andreas Pakulat wrote: On 09.01.11 14:24:16, Michael Hertling wrote: On 01/09/2011 12:58 PM, Andreas Pakulat wrote: Hi, I'm having a bit of a problem here changing

Re: [CMake] Restrictions on where a binary can be put?

2011-01-09 Thread Nizar Khalifa Sallem
At Sun, 09 Jan 2011 21:42:49 +0100, Michael Hertling wrote: On 01/09/2011 09:09 PM, Andreas Pakulat wrote: On 09.01.11 21:05:21, Andreas Pakulat wrote: On 09.01.11 14:24:16, Michael Hertling wrote: On 01/09/2011 12:58 PM, Andreas Pakulat wrote: Hi, I'm having a bit of a problem here

Re: [CMake] Restrictions on where a binary can be put?

2011-01-09 Thread Michael Hertling
On 01/09/2011 09:32 PM, Nizar Khalifa Sallem wrote: At Sun, 9 Jan 2011 21:09:37 +0100, Andreas Pakulat wrote: [1 text/plain; us-ascii (7bit)] On 09.01.11 21:05:21, Andreas Pakulat wrote: On 09.01.11 14:24:16, Michael Hertling wrote: On 01/09/2011 12:58 PM, Andreas Pakulat wrote: Hi, I'm

Re: [CMake] Restrictions on where a binary can be put?

2011-01-09 Thread Michael Hertling
On 01/09/2011 09:47 PM, Nizar Khalifa Sallem wrote: At Sun, 09 Jan 2011 21:42:49 +0100, Michael Hertling wrote: On 01/09/2011 09:09 PM, Andreas Pakulat wrote: On 09.01.11 21:05:21, Andreas Pakulat wrote: On 09.01.11 14:24:16, Michael Hertling wrote: On 01/09/2011 12:58 PM, Andreas Pakulat

Re: [CMake] Restrictions on where a binary can be put?

2011-01-09 Thread Martin O'Brien
Thanks, Michael. Hmm. I wonder what it is then, and why just today? mm -Original Message- From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of Michael Hertling Sent: Sunday, January 09, 2011 4:27 PM To: cmake@cmake.org Subject: Re: [CMake] Restrictions on

Re: [CMake] Restrictions on where a binary can be put?

2011-01-09 Thread Martin O'Brien
Sorry, Nizar - I unintentionally hijacked the thread. I wasn't commenting on your problem. My bad, mm -Original Message- From: Nizar Khalifa Sallem [mailto:nksal...@laas.fr] Sent: Sunday, January 09, 2011 4:49 PM To: Martin O'Brien Cc: cmake@cmake.org Subject: Re: [CMake] Restrictions

Re: [CMake] Restrictions on where a binary can be put?

2011-01-09 Thread Nizar Khalifa Sallem
At Sun, 9 Jan 2011 16:50:35 -0500, Martin O'Brien wrote: Sorry, Nizar - I unintentionally hijacked the thread. I wasn't commenting on your problem. My bad, mm -Original Message- From: Nizar Khalifa Sallem [mailto:nksal...@laas.fr] Sent: Sunday, January 09, 2011 4:49 PM

Re: [CMake] Restrictions on where a binary can be put?

2011-01-09 Thread Andreas Pakulat
On 09.01.11 22:48:34, Nizar Khalifa Sallem wrote: I don't really understand why you want to get the LOCATION from your target, anyway, the get_target_property works fine if you use set_target_properties before it. [...] ...but SET_TARGET_PROPERTIES() doesn't work fine if it's used