From 0682c3f1aefe315df5fe64ba8c814adacbd739e5 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Sat, 11 Aug 2012 10:32:27 +0000 Subject: Code cleanup and minor change to CMake's colalda detection to make it detect directory structure used for libs in our svn (/include//include) --- build_files/cmake/Modules/FindOpenCOLLADA.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'build_files/cmake/Modules') diff --git a/build_files/cmake/Modules/FindOpenCOLLADA.cmake b/build_files/cmake/Modules/FindOpenCOLLADA.cmake index 77c8b09c4ac..169d3a82fc7 100644 --- a/build_files/cmake/Modules/FindOpenCOLLADA.cmake +++ b/build_files/cmake/Modules/FindOpenCOLLADA.cmake @@ -81,6 +81,7 @@ FOREACH(COMPONENT ${_opencollada_FIND_INCLUDES}) # Alternative would be to suffix all members of search path # but this is less trouble, just looks strange. include/opencollada/${COMPONENT} + include/${COMPONENT}/include HINTS ${_opencollada_SEARCH_DIRS} ) -- cgit v1.2.3