On Wed, Jun 17, 2009 at 12:22 PM, Tyler Roscoe <[email protected]> wrote:
> > Note that CMake's INSTALL target (which runs the rules you define with > the install() command) isn't a "real" target so unfortunately you can't > do things like > > add_dependencies(INSTALL myLib1 ... mylibN) > > There is an request in the tracker to address this shortcoming. > > hth, > tyler > That seems to be the crux. Its not unreasonable that its up to the project to define that code, I was just hoping that I'd missed that CMake would export a PROJECT/install target to make embedding external projects easier. richard.
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
