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
 )

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to