From 10865c8f349892cda4715cfe0b2e984c9a844deb Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Mon, 9 May 2022 13:34:33 -0600 Subject: 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. --- build_files/build_environment/cmake/opencolorio.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build_files') 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) -- cgit v1.2.3