Skip to content

Commit

Permalink
Try onetbb/2020.3 to fix link issue on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanDugueperoux2 committed Oct 4, 2024
1 parent 181d728 commit aa459ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/openusd/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def requirements(self):
if self.options.enable_python_support:
self.requires("boost/1.84.0")
# openusd doesn't support yet recent release of onetbb, see https://github.com/PixarAnimationStudios/OpenUSD/issues/1471
self.requires("onetbb/2021.10.0", transitive_headers=True)
self.requires("onetbb/2020.3", transitive_headers=True)

if self.options.build_imaging:
if self.options.build_openimageio_plugin and self.options.build_gpu_support:
Expand Down

0 comments on commit aa459ed

Please sign in to comment.