Hi James, On Sun, Jun 22, 2008 at 11:08 PM, James Killian <[EMAIL PROTECTED]> wrote: > If 2.6 can solve the need to having the config files in the source (for > out-of-source environment) then I'll be looking forward to the change. :)
As far as I'm aware fixes on Friday mean that the config header files now work with in source and out of source with both CMake-2.4.x and CMake-2.6.0. > Ideally cmake scripts should be able to work out good defaults given a > platform, and find a way to setup the environment. Now that I am thinking > about it they should have been able to add them into the preprocessor > definition list /D [macro], and then atomic (and others) could have some > ifdef check to bypass the need to include a config file. One can use macro's - that's just what the OSG build used to do, but this is no longer required, as feedback form testers suggest that the new Config files are working OK. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

