[cmake-developers] xcode, ZERO_CHECK regression

2011-08-28 Thread Johan Björk
Hey, Attached patch fixes a regression where the new ZERO_CHECK target could get emitted twice in xcode. /Johan 0001-xcode-Don-t-emit-ZERO_CHECK-twice.patch Description: Binary data ___ cmake-developers mailing list cmake-developers@cmake.org

[cmake-developers] [CMake 0012427]: ADD_CUSTOM_COMMAND escapes quotes incorrectly under MSVC

2011-08-28 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=12427 == Reported By:Mathnerd314 Assigned To:

[CMake] Install optional targets

2011-08-28 Thread Tim Gallagher
Hi, I asked about this awhile back and haven't had any luck with it, so I'll try again. What we are trying to do is have a project (called Utilities) that has a bunch of targets (the actual utility executables). Let's say there are 4 utils: pre, post, grid, and restart. We would like to do

Re: [CMake] Install optional targets

2011-08-28 Thread Stephen Kelly
Tim Gallagher wrote: Hi, I asked about this awhile back and haven't had any luck with it, so I'll try again. What we are trying to do is have a project (called Utilities) that has a bunch of targets (the actual utility executables). Let's say there are 4 utils: pre, post, grid, and

Re: [CMake] Install optional targets

2011-08-28 Thread Michael Hertling
On 08/29/2011 01:20 AM, Tim Gallagher wrote: Hi, I asked about this awhile back and haven't had any luck with it, so I'll try again. What we are trying to do is have a project (called Utilities) that has a bunch of targets (the actual utility executables). Let's say there are 4 utils:

Re: [CMake] Install optional targets

2011-08-28 Thread Tim Gallagher
Thanks for the help! This does exactly what we wanted. And, install(OPTIONAL) with EXCLUDE_FROM_ALL also works... perhaps that warning message should only be displayed if OPTIONAL isn't in the install() function as it's rather misleading... Tim - Original Message - From: Michael