Skip to content

Commit

Permalink
Update recipes/onetbb/all/conanfile.py
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Valgur <[email protected]>
  • Loading branch information
kambala-decapitator and valgur authored Sep 23, 2024
1 parent 37cd3ea commit caf8d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/onetbb/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def _tbbbind_hwloc_version(self):
@property
def _tbbbind_supported(self):
if is_apple_os(self):
return return self.settings.os == "Macos" and Version(self.version) >= "2021.11.0"
return self.settings.os == "Macos" and Version(self.version) >= "2021.11.0"
return True

@property
Expand Down

0 comments on commit caf8d2c

Please sign in to comment.