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 _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
