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."
This commit is contained in:
parent
30becd5ed3
commit
c34fe4255b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user