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-05-09 22:34:33 +0300
committerRay Molenkamp <github@lazydodo.com>2022-05-09 22:34:33 +0300
commit10865c8f349892cda4715cfe0b2e984c9a844deb (patch)
tree48d5875848c0111bf762860a5cf95bc00530568a
parent6e2b0a38f0cbf2234cfacd0595c16e577d5e8a6c (diff)
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.
-rw-r--r--build_files/build_environment/cmake/opencolorio.cmake3
1 files changed, 2 insertions, 1 deletions
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)