[Bf-blender-cvs] [f43a8835dc9] master: deps/alembic: add missing imath dependency

Ray Molenkamp noreply at git.blender.org
Wed Jul 27 04:54:34 CEST 2022


Commit: f43a8835dc9ba96517f9e77c17845dc095273e68
Author: Ray Molenkamp
Date:   Tue Jul 26 20:54:27 2022 -0600
Branches: master
https://developer.blender.org/rBf43a8835dc9ba96517f9e77c17845dc095273e68

deps/alembic: add missing imath dependency

if alembic builds before imath it'll cause a build error.

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

M	build_files/build_environment/cmake/alembic.cmake

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

diff --git a/build_files/build_environment/cmake/alembic.cmake b/build_files/build_environment/cmake/alembic.cmake
index 484a7849ace..8b049e9e206 100644
--- a/build_files/build_environment/cmake/alembic.cmake
+++ b/build_files/build_environment/cmake/alembic.cmake
@@ -42,4 +42,5 @@ endif()
 add_dependencies(
   external_alembic
   external_openexr
+  external_imath
 )



More information about the Bf-blender-cvs mailing list