From c34fe4255b0e94f5a56c5d59a3ad2f9de2513efd Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 22 Jun 2011 16:18:34 +0000 Subject: [PATCH] From Magnus Kessler, "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." --- CMakeModules/FindCOLLADA.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeModules/FindCOLLADA.cmake b/CMakeModules/FindCOLLADA.cmake index c681e323e..428cb2971 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