Hi Robert,

Looking at the CMakeLists.txt, line 587:

SET(OPENSCENEGRAPH_CONFIG_HEADER "${PROJECT_BINARY_DIR}/include/osg/Config")

Why is ${PROJECT_BINARY_DIR} used here? If I haven't done an install yet (and Config is a new file) then ${PROJECT_BINARY_DIR}/include/osg/Config can't exist... Shouldn't it be ${PROJECT_SOURCE_DIR}/include/osg/Config or something, since it's an include?

Perhaps I'm misunderstanding this though, I don't know the details of what that line does.

J-S
--
______________________________________________________
Jean-Sebastien Guay    [EMAIL PROTECTED]
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to