[Bf-blender-cvs] [a0e229b] opensubdiv-modifier: Fix compilation error with the current OpenSubdiv repository

Sergey Sharybin noreply at git.blender.org
Fri Apr 25 15:10:36 CEST 2014


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




More information about the Bf-blender-cvs mailing list