Commit: a0e229b4b93e8b20b0175e1faf0984c58670d360
Author: Sergey Sharybin
Date:   Tue Apr 15 20:02:12 2014 +0600
https://developer.blender.org/rBa0e229b4b93e8b20b0175e1faf0984c58670d360

Fix compilation error with the current OpenSubdiv repository

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

M       build_files/cmake/Modules/FindOpenSubdiv.cmake

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

diff --git a/build_files/cmake/Modules/FindOpenSubdiv.cmake 
b/build_files/cmake/Modules/FindOpenSubdiv.cmake
index f6159e5..b0e8137 100644
--- a/build_files/cmake/Modules/FindOpenSubdiv.cmake
+++ b/build_files/cmake/Modules/FindOpenSubdiv.cmake
@@ -38,7 +38,7 @@ SET(_opensubdiv_SEARCH_DIRS
 
 FIND_PATH(OPENSUBDIV_INCLUDE_DIR
   NAMES
-    osd/mesh.h
+    opensubdiv/osd/mesh.h
   HINTS
     ${_opensubdiv_SEARCH_DIRS}
   PATH_SUFFIXES

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to