Hi Bill, everything works now. In the process of collecting details to show to you I realized that problems were in a different dependent library and that one did not have the TARGET_LINK_LIBRARIES or ADD_DEPENDENDCY set.
thanks a lot for your time, alex On Sunday 02 July 2006 12:32, you wrote: > At 09:12 PM 7/1/2006, Alex Makarenko wrote: > >> Try this: > >> ADD_DEPENDENCIES(Lib1 Lib0) > > > >Tried it, does not change anything, unfortunately. > > > >My understanding is that with non-custom targets (like libraries) > >TARGET_LINK_LIBRARIES implies the dependency which ADD_DEPENDENCIES > >specifies explicitly for custom targets. > > It should work, and does for other projects, so something odd is happening > here. Can you provide a small example, and add a bug to the bug tracker? > > -Bill _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
