Skip to content

Commit

Permalink
add OpenColorIO as a required dependency when building OpenImageIO
Browse files Browse the repository at this point in the history
OpenColorIO 2.2+ is required as of OpenImageIO version 3.0.0.3:

AcademySoftwareFoundation/OpenImageIO#4367
  • Loading branch information
mattyjams committed Dec 12, 2024
1 parent 90ded46 commit 026ea9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_scripts/build_usd.py
Original file line number Diff line number Diff line change
Expand Up @@ -2500,7 +2500,7 @@ def ForceBuildDependency(self, dep):
requiredDependencies += [ZLIB, TBB, BLOSC, BOOST, IMATH, OPENEXR, OPENVDB]

if context.buildOIIO:
requiredDependencies += [ZLIB, JPEG, TIFF, PNG, IMATH, OPENEXR, OPENIMAGEIO]
requiredDependencies += [ZLIB, JPEG, TIFF, PNG, IMATH, OPENEXR, OPENCOLORIO, OPENIMAGEIO]

if context.buildOCIO:
requiredDependencies += [ZLIB, OPENCOLORIO]
Expand Down

0 comments on commit 026ea9c

Please sign in to comment.