deps/alembic: add missing imath dependency

if alembic builds before imath it'll cause a build error.
This commit is contained in:
Ray Molenkamp
2022-07-26 20:54:27 -06:00
parent 2ca18e78f9
commit f43a8835dc

View File

@@ -42,4 +42,5 @@ endif()
add_dependencies(
external_alembic
external_openexr
external_imath
)