Re: [CMake] Install optional targets

2011-08-28 Thread Tim Gallagher
: "Michael Hertling" To: cmake@cmake.org Sent: Sunday, August 28, 2011 8:33:47 PM Subject: Re: [CMake] Install optional targets 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 > agai

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 >

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, a

[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 som