Re: [CMake] Multiple calls to PROJECT() not diagnosed [was:2.6.4 add_subdirectory with same argument broken?]

2009-05-07 Thread Carsten Neumann
Hello Brad, Brad King wrote: 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 (

[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 does