[CMake] dependencies on auto-generated files and VC-8.0

Alex Makarenko alexei at cas.edu.au
Sun Jul 2 05:00:06 EDT 2006


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


More information about the CMake mailing list