Thanks Magnus, changes merged and submitted to svn/trunk and OSG-3.0 branch.

On Wed, Jun 22, 2011 at 5:04 PM, Magnus Kessler <[email protected]> wrote:
> I have recently installed the latest version of collada-dom on Linux, and
> found that the include path has changed. By default, collada-dom now installs
> its header files under /usr/local/include/collada-dom or/usr/include/collada-
> dom. The attached FindCollada.cmake has been updated to look for these
> locations in addition to the previous candidate locations.
>
> diff --git a/CMakeModules/FindCOLLADA.cmake b/CMakeModules/FindCOLLADA.cmake
> index c681e32..428cb29 100644
> --- a/CMakeModules/FindCOLLADA.cmake
> +++ b/CMakeModules/FindCOLLADA.cmake
> @@ -46,8 +46,10 @@ FIND_PATH(COLLADA_INCLUDE_DIR dae.h
>     /opt/local/Library/Frameworks #macports
>     /usr/local/include
>     /usr/local/include/colladadom
> +    /usr/local/include/collada-dom
>     /usr/include/
>     /usr/include/colladadom
> +    /usr/include/collada-dom
>     /sw/include # Fink
>     /opt/local/include # DarwinPorts
>     /opt/csw/include # Blastwave
> _______________________________________________
> 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