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 Nov 11, 2024
1 parent 4a73a03 commit 41542f3
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 @@ -2468,7 +2468,7 @@ def ForceBuildDependency(self, dep):
requiredDependencies += [BLOSC, BOOST, IMATH, OPENEXR, OPENVDB, TBB]

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

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

0 comments on commit 41542f3

Please sign in to comment.