Hi Dave

Hi,

This is my current latest COLLADA configuration. The reason that the 
COLLADA_DOM_ROOT was wrong was because I had an improper COLLADA_DIR 
environment variable.

https://drive.google.com/open?id=0BzUf-8Ad-iIkOWhuYUhWSTZEWDQ

Can you see something in this configuration that would cause 
COLLADA_DOM_2_4_OR_LATER to be set?


Yes. In FindCOLLADA.cmake :

        IF (COLLADA_INCLUDE_DOMANY_DIR)
            SET(COLLADA_DOM_2_4_OR_LATER TRUE)
        ELSEIF()
            SET(COLLADA_DOM_2_4_OR_LATER FALSE)
        ENDIF()

You will have to unset/remove entry COLLADA_INCLUDE_DOMANY_DIR .

Cheers,
Robert Milharcic
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to