[CMake] 2.6.4 add_subdirectory with same argument broken?

2009-05-05 Thread Carsten Neumann
Hello, with cmake 2.6.4 I run into a problem with our build system (OpenSG, opensg.vrsource.org). It has to build a bunch of (shared) libraries from a fairly deeply neested source tree with dependencies between some of the libs, plus tests programs, unittests and documentation. It

Re: [CMake] 2.6.4 add_subdirectory with same argument broken?

2009-05-05 Thread Brad King
Carsten Neumann wrote: It does so by performing multiple passes over the source tree [snip] This all works fine with cmake 2.6.x (x 4), but the latest version complains in the OSGSETUP pass on the first call to ADD_SUBDIRECTORY in that pass (see attachment for more details): [snip] Is this