Thanks Mourad, change now merged and submitted to svn/trunk.

On Mon, Feb 22, 2010 at 10:20 AM, Mourad Boufarguine <
[email protected]> wrote:

> Hi Robert,
>
> With the present CMakeLists, the directory ${PROJECT_BINARY_DIR}/include is
> added to the include path before ${OpenSceneGraph_SOURCE_DIR}/include. This
> causes problems whenever a header file is changed when updating OSG, because
> cpp files are build against the old header files contained in
> ${PROJECT_BINARY_DIR}/include rather than the new ones in
> ${OpenSceneGraph_SOURCE_DIR}/include. Inverting the order of the two
> drectories in the include path solves the problem.
>
> Attached is the modified CMakeLists.txt.
>
> Cheers,
> Mourad
>
> _______________________________________________
> osg-submissions mailing list
> [email protected]
>
> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
>
>
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to