[Bf-blender-cvs] [9db3440] master: CMake: Add additional search path for OpenSubdiv

Sergey Sharybin noreply at git.blender.org
Thu Jan 14 08:48:30 CET 2016


Commit: 9db3440acc58af8be07f444368b3b556572e2616
Author: Sergey Sharybin
Date:   Thu Jan 14 12:46:01 2016 +0500
Branches: master
https://developer.blender.org/rB9db3440acc58af8be07f444368b3b556572e2616

CMake: Add additional search path for OpenSubdiv

This patch will match where install_deps puts OpenSubdiv.

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

M	build_files/cmake/Modules/FindOpenSubdiv.cmake

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

diff --git a/build_files/cmake/Modules/FindOpenSubdiv.cmake b/build_files/cmake/Modules/FindOpenSubdiv.cmake
index efbe8a9..7202550 100644
--- a/build_files/cmake/Modules/FindOpenSubdiv.cmake
+++ b/build_files/cmake/Modules/FindOpenSubdiv.cmake
@@ -39,6 +39,7 @@ SET(_opensubdiv_SEARCH_DIRS
   /opt/local # DarwinPorts
   /opt/csw # Blastwave
   /opt/lib/opensubdiv
+  /opt/lib/osd # install_deps.sh
 )
 
 FIND_PATH(OPENSUBDIV_INCLUDE_DIR




More information about the Bf-blender-cvs mailing list