You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
onetbb recipe doesn't forward -std=c++17 flag on Macos during onetbb build. This leads to improper exception handling in runtime.
"TBB Warning: Exact exception propagation is requested by application but the linked library is built without support for it"
Example:
Description
onetbb recipe doesn't forward -std=c++17 flag on Macos during onetbb build. This leads to improper exception handling in runtime.
"TBB Warning: Exact exception propagation is requested by application but the linked library is built without support for it"
Example:
Package and Environment Details
Conan profile
[settings]
os=Macos
os_build=Macos
arch=x86_64
arch_build=x86_64
compiler=apple-clang
compiler.cppstd=17
compiler.version=12.0
compiler.libcxx=libc++
build_type=Release
[options]
[conf]
[build_requires]
[env]
Steps to reproduce
conan install -r conancenter onetbb/2020.3@ -pr:b=default -pr:h=default -s compiler.cppstd=17 --build=onetbb
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: