From caf8d2c6446f44a2f65b1e63f4b4e90c2ee582f3 Mon Sep 17 00:00:00 2001 From: Andrey Filipenkov Date: Mon, 23 Sep 2024 14:27:41 +0300 Subject: [PATCH] Update recipes/onetbb/all/conanfile.py Co-authored-by: Martin Valgur --- recipes/onetbb/all/conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/onetbb/all/conanfile.py b/recipes/onetbb/all/conanfile.py index 7ec3c7342d889..1d40fac290ce1 100644 --- a/recipes/onetbb/all/conanfile.py +++ b/recipes/onetbb/all/conanfile.py @@ -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