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.
This commit is contained in:
Ray Molenkamp
2022-05-09 13:34:33 -06:00
parent 6e2b0a38f0
commit 10865c8f34

View File

@@ -53,7 +53,8 @@ add_dependencies(
external_opencolorio
external_yamlcpp
external_expat
external_openexr
external_imath
external_pystring
)
if(WIN32)