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
1 changed files with 1 additions and 0 deletions

View File

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