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 10, 2024
1 parent 1c7552b commit d6bc041
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 @@ -2499,7 +2499,7 @@ def ForceBuildDependency(self, dep):
requiredDependencies += [BLOSC, BOOST, IMATH, OPENEXR, OPENVDB, TBB, ZLIB]

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

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

0 comments on commit d6bc041

Please sign in to comment.