[CMake] Run commands after make install

2006-04-11 Thread Michael Biebl
Hi, after a successfull make install run I want to display some messages and execute a command. With automake I used a install-data-hook in the toplevel Makefile.am for this, so the commands were processed at the end of the install run. How can I do this with cmake? I tried to add a custom target

Re: [CMake] Run commands after make install

2006-04-11 Thread Brad King
Michael Biebl wrote: after a successfull make install run I want to display some messages and execute a command. With automake I used a install-data-hook in the toplevel Makefile.am for this, so the commands were processed at the end of the install run. How can I do this with cmake? I tried to

Re: [CMake] Run commands after make install

2006-04-11 Thread Filipe Sousa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Biebl wrote: Hi, after a successfull make install run I want to display some messages and execute a command. With automake I used a install-data-hook in the toplevel Makefile.am for this, so the commands were processed at the end of the

Re: [CMake] Run commands after make install

2006-04-11 Thread Michael Biebl
On 4/11/06, Filipe Sousa [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Biebl wrote: Hi, after a successfull make install run I want to display some messages and execute a command. With automake I used a install-data-hook in the toplevel Makefile.am