[Bf-blender-cvs] [89a7ba7] opensubdiv-modifier: Reshuffle OpemSubdiv libraries in order to solve linking errors

Sergey Sharybin noreply at git.blender.org
Mon May 12 20:08:55 CEST 2014


Commit: 89a7ba748d2ae659834f164d1cd7f2b80e32691d
Author: Sergey Sharybin
Date:   Sat May 10 15:19:43 2014 +0200
https://developer.blender.org/rB89a7ba748d2ae659834f164d1cd7f2b80e32691d

Reshuffle OpemSubdiv libraries in order to solve linking errors

No idea why it worked before.

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

M	build_files/cmake/Modules/FindOpenSubdiv.cmake

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

diff --git a/build_files/cmake/Modules/FindOpenSubdiv.cmake b/build_files/cmake/Modules/FindOpenSubdiv.cmake
index 10ba575..91ef74a 100644
--- a/build_files/cmake/Modules/FindOpenSubdiv.cmake
+++ b/build_files/cmake/Modules/FindOpenSubdiv.cmake
@@ -28,9 +28,9 @@ IF(NOT OPENSUBDIV_ROOT_DIR AND NOT $ENV{OPENSUBDIV_ROOT_DIR} STREQUAL "")
 ENDIF()
 
 SET(_opensubdiv_FIND_COMPONENTS
+  osdutil
   osdCPU
   osdGPU
-  osdutil
 )
 
 SET(_opensubdiv_SEARCH_DIRS




More information about the Bf-blender-cvs mailing list