[CMake] CMake generates XCode project with incorrect dependency

2009-05-05 Thread Shmulik Regev
Hi, I'm experiencing the same problems as described in http://www.mail-archive.com/cmake@cmake.org/msg18865.html . I have an executable E with a dependency on a static library L. When I view the information for E (using Get Info) I can see that the "Direct Dependencies" list indeed includes the li

Re: [CMake] CMake generates XCode project with incorrect dependency

2009-02-02 Thread Bill Hoffman
Christian Goetze (CG Linden) wrote: We have a typical case of a static library and some test programs linking against the library. For some reason, running incremental builds under XCode fails to relink the test programs if the library is rebuilt. Inspection of the generated XCode files seems t

[CMake] CMake generates XCode project with incorrect dependency

2009-02-02 Thread Christian Goetze (CG Linden)
We have a typical case of a static library and some test programs linking against the library. For some reason, running incremental builds under XCode fails to relink the test programs if the library is rebuilt. Inspection of the generated XCode files seems to indicate that the dependency is of t