[Bf-blender-cvs] [4360a74715c] master: CMake: Fix detection of idiff program

Sergey Sharybin noreply at git.blender.org
Fri Apr 7 17:11:13 CEST 2017


Commit: 4360a74715c635b7dd6c5a5cb76e4679fb6d5e42
Author: Sergey Sharybin
Date:   Fri Apr 7 17:00:06 2017 +0200
Branches: master
https://developer.blender.org/rB4360a74715c635b7dd6c5a5cb76e4679fb6d5e42

CMake: Fix detection of idiff program

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

M	build_files/cmake/Modules/FindOpenImageIO.cmake

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

diff --git a/build_files/cmake/Modules/FindOpenImageIO.cmake b/build_files/cmake/Modules/FindOpenImageIO.cmake
index 789097dfd51..d59f9cfcdfc 100644
--- a/build_files/cmake/Modules/FindOpenImageIO.cmake
+++ b/build_files/cmake/Modules/FindOpenImageIO.cmake
@@ -60,7 +60,7 @@ FIND_FILE(OPENIMAGEIO_IDIFF
   NAMES
     idiff
   HINTS
-    ${OPENIMAGEIO_ROOT_DIR}
+    ${_openimageio_SEARCH_DIRS}
   PATH_SUFFIXES
     bin
 )




More information about the Bf-blender-cvs mailing list