Skip to content

Commit 040a2d7

Browse files
committed
Add one more path to find collada-dom
This is a default path when collada-dom is built as following: cmake -D CMAKE_INSTALL_PREFIX=install . cmake --build . cmake --install .
1 parent dd803bc commit 040a2d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeModules/FindCOLLADA.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ FIND_PATH(COLLADA_INCLUDE_DIR dae.h
6464
${COLLADA_DOM_ROOT}/include
6565
$ENV{COLLADA_DIR}/include
6666
$ENV{COLLADA_DIR}
67+
$ENV{COLLADA_DIR}/include/collada-dom2.5
6768
~/Library/Frameworks
6869
/Library/Frameworks
6970
/opt/local/Library/Frameworks #macports

0 commit comments

Comments
 (0)