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 (
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