Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2022-07-27 05:54:27 +0300
committerRay Molenkamp <github@lazydodo.com>2022-07-27 05:54:27 +0300
commitf43a8835dc9ba96517f9e77c17845dc095273e68 (patch)
tree8d938b94a229a3f706b9a1cffc3770a75b00807f /build_files
parent2ca18e78f9818c77cf024fb7a7cd5129b96c01ba (diff)
deps/alembic: add missing imath dependency
if alembic builds before imath it'll cause a build error.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/build_environment/cmake/alembic.cmake1
1 files changed, 1 insertions, 0 deletions
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
)