Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-08-24 21:09:25 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-08-24 21:09:25 +0400
commit242035fa2df9dac3ec3cb97e17b5303aa4663833 (patch)
tree7c7a5a6234d9a9fba3beb01700c8ce1709747bf1 /build_files/cmake/Modules
parent9ad6434c4e6c1d157d4ce4d0904c46154229aec9 (diff)
attempt to fix issue with opencollada + ubuntu ppa
Diffstat (limited to 'build_files/cmake/Modules')
-rw-r--r--build_files/cmake/Modules/FindOpenCOLLADA.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/build_files/cmake/Modules/FindOpenCOLLADA.cmake b/build_files/cmake/Modules/FindOpenCOLLADA.cmake
index eef2049f962..ca43a5a93a1 100644
--- a/build_files/cmake/Modules/FindOpenCOLLADA.cmake
+++ b/build_files/cmake/Modules/FindOpenCOLLADA.cmake
@@ -74,9 +74,8 @@ FOREACH(COMPONENT ${_opencollada_FIND_INCLUDES})
NAMES
${COMPONENT}/include
${COMPONENT}
+ include/opencollada/${COMPONENT} # ubuntu ppa needs this
HINTS
- # some packagers do this.
- ${OPENCOLLADA_ROOT_DIR}/include/opencollada
${_opencollada_SEARCH_DIRS}
)
MARK_AS_ADVANCED(OPENCOLLADA_${UPPERCOMPONENT}_INCLUDE_DIR)