From 3c52f8539a579cbd333f187c15a082c7e762441e Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sun, 28 Jul 2024 21:02:32 +0200 Subject: [PATCH] Try to disable TBBMalloc --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index edcdce0bc..a605117b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -355,6 +355,7 @@ if(ENABLE_CONAN) OPTIONS boost:without_stacktrace=True # Apple Silicon cross-compilation fails without it onetbb:tbbmalloc=False onetbb:tbbproxy=False + onetbb:tbbbind=False BUILD missing )