[Bf-blender-cvs] [66c23eb] buildbot_linux_cmake: Buildbot: Remove OpenCollada hacks

Sergey Sharybin noreply at git.blender.org
Mon Nov 30 20:08:47 CET 2015


Commit: 66c23eb7d89e33bbe4aca29fa96ad021289820b0
Author: Sergey Sharybin
Date:   Mon Nov 30 20:02:33 2015 +0100
Branches: buildbot_linux_cmake
https://developer.blender.org/rB66c23eb7d89e33bbe4aca29fa96ad021289820b0

Buildbot: Remove OpenCollada hacks

===================================================================

M	build_files/cmake/Modules/FindOpenCOLLADA.cmake

===================================================================

diff --git a/build_files/cmake/Modules/FindOpenCOLLADA.cmake b/build_files/cmake/Modules/FindOpenCOLLADA.cmake
index 9928490..1c10d5a 100644
--- a/build_files/cmake/Modules/FindOpenCOLLADA.cmake
+++ b/build_files/cmake/Modules/FindOpenCOLLADA.cmake
@@ -83,11 +83,9 @@ FOREACH(COMPONENT ${_opencollada_FIND_INCLUDES})
       # but this is less trouble, just looks strange.
       include/opencollada/${COMPONENT}
       include/${COMPONENT}/include
-      include/${COMPONENT}
     HINTS
       ${_opencollada_SEARCH_DIRS}
     )
-  MESSAGE(${_opencollada_SEARCH_DIRS})
   MARK_AS_ADVANCED(OPENCOLLADA_${UPPERCOMPONENT}_INCLUDE_DIR)
   LIST(APPEND _opencollada_INCLUDES "${OPENCOLLADA_${UPPERCOMPONENT}_INCLUDE_DIR}")
 ENDFOREACH()




More information about the Bf-blender-cvs mailing list