[CMake] Name of Install target

Alexander Neundorf a.neundorf-work at gmx.net
Thu Feb 14 17:58:12 EST 2008


On Thursday 14 February 2008, James Bigler wrote:
> I want to create a custom command or target that is dependent on the
> install target.  What is the name of the install target.  I tried
> "install", but that didn't seem to do what I needed:

This isn't supported currently. 
What do you want to do exactly ?
Does INSTALL(SCRIPT ) help ?
Could you add a custom target e.g. my_install which would first do install and 
then do something more ?

Alex


More information about the CMake mailing list