On Thursday 19 November 2009, Phil Smith wrote: > Our build is on the order of 400 modules. It starts off very briskly and
You mean like 400 targets, where the later ones depend on the earlier ones ? Maybe there's a lot of dependency scanning going on. Did you try cmake 2.8.0 ? This got faster there. Another option would of course be to try to reduce the dependencies. Alex _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
