[CMake] Project being (unnecessarily) relinked

Mathieu Malaterre mathieu.malaterre at gmail.com
Wed Sep 5 11:51:31 EDT 2007


On 9/4/07, Jesper Eskilson <jesper at eskilson.se> wrote:
>
> Hi!
>
> I've got a Visual Studio 8 solution generated by CMake where one of the
> projects is always being relinked everytime I build it, even when
> nothing in it has changed (i.e. if I try to build it twice, it always
> relinks the project the second time).
>
> I've studied the build logs, but they do not make me any wiser.
>
> Does anyone recognize this behavior?


<wild guess>
Circular dependencie ?
</wild guess>

I am not sure if outputing the depencie graph with graphiz could show
that, since it only output high level dep (libs/executable)

-Mathieu


More information about the CMake mailing list