Re: [CMake] rename of target on install

2010-03-27 Thread Hai Nguyen
Your first suggestion worked out fantastically. Thanks, Hai On Fri, Mar 26, 2010 at 1:44 AM, Michael Wild wrote: > > On 26. Mar, 2010, at 9:23 , Micha Renner wrote: > > > Am Freitag, den 26.03.2010, 08:33 +0100 schrieb Michael Wild: > >> On 25. Mar, 2010, at 23:41 , Hai Nguyen wrote: > >> > >>>

Re: [CMake] rename of target on install

2010-03-26 Thread Michael Wild
On 26. Mar, 2010, at 9:23 , Micha Renner wrote: > Am Freitag, den 26.03.2010, 08:33 +0100 schrieb Michael Wild: >> On 25. Mar, 2010, at 23:41 , Hai Nguyen wrote: >> >>> Hi all, >>> >>> Is there a way for me to rename the executable during the install? I'm using >>> the same CMakeList.txt to bui

Re: [CMake] rename of target on install

2010-03-26 Thread Micha Renner
Am Freitag, den 26.03.2010, 08:33 +0100 schrieb Michael Wild: > On 25. Mar, 2010, at 23:41 , Hai Nguyen wrote: > > > Hi all, > > > > Is there a way for me to rename the executable during the install? I'm using > > the same CMakeList.txt to build several versions and I'd like to install > > them t

Re: [CMake] rename of target on install

2010-03-26 Thread Michael Wild
On 25. Mar, 2010, at 23:41 , Hai Nguyen wrote: > Hi all, > > Is there a way for me to rename the executable during the install? I'm using > the same CMakeList.txt to build several versions and I'd like to install > them to different directories but with the version number stripped off of > the e

[CMake] rename of target on install

2010-03-25 Thread Hai Nguyen
Hi all, Is there a way for me to rename the executable during the install? I'm using the same CMakeList.txt to build several versions and I'd like to install them to different directories but with the version number stripped off of the executable. Thanks, - Hai ___