[Bf-blender-cvs] [10865c8f349] blender-v3.2-release: Deps/CMake: Add missing dependencies for OCIO

Ray Molenkamp noreply at git.blender.org
Mon May 9 21:34:40 CEST 2022


Commit: 10865c8f349892cda4715cfe0b2e984c9a844deb
Author: Ray Molenkamp
Date:   Mon May 9 13:34:33 2022 -0600
Branches: blender-v3.2-release
https://developer.blender.org/rB10865c8f349892cda4715cfe0b2e984c9a844deb

Deps/CMake: Add missing dependencies for OCIO

OCIO could build before pystring and imath due to
OCIO missing the dependencies on these two projects

No rebuild required as the build would have failed
during the libs build if you ran into this issue.

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

M	build_files/build_environment/cmake/opencolorio.cmake

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

diff --git a/build_files/build_environment/cmake/opencolorio.cmake b/build_files/build_environment/cmake/opencolorio.cmake
index 2246031be83..4e2d1503406 100644
--- a/build_files/build_environment/cmake/opencolorio.cmake
+++ b/build_files/build_environment/cmake/opencolorio.cmake
@@ -53,7 +53,8 @@ add_dependencies(
   external_opencolorio
   external_yamlcpp
   external_expat
-  external_openexr
+  external_imath
+  external_pystring
 )
 
 if(WIN32)



More information about the Bf-blender-cvs mailing list