On Monday 30 July 2007 15:23, you wrote: > On 7/30/07, Christian Convey <[EMAIL PROTECTED]> wrote: > > > Can you try to create a minimal testcase so we can reproduce the > > > problem here ? > > > > > > Alex > > I've got a pretty minimal test case. The problem installing an > executable "Foo" seems to only occur when Foo's CMakeLists.txt file > contains a line like: > TARGET_LINK_LIBRARIES(Foo Bar) > where 'Bar' is the target name of a library I'm building as part of > the same project. > > I've attached a tar file that should let you easily reproduce this. > You don't need to specify any cache variables, and you should see the > problem if you just run "make; make install".
I didn't try yet. By running "cmake -P ..." you skip the dependency on the relinking target. Does it work if you "make install" first and then run "cmake -P ..." ? Alex _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
