Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cxxabi check fail on gcc4.8.5 #200

Closed
aengusjiang opened this issue Dec 29, 2024 · 1 comment
Closed

cxxabi check fail on gcc4.8.5 #200

aengusjiang opened this issue Dec 29, 2024 · 1 comment

Comments

@aengusjiang
Copy link

the newest version
cxxabi check fail on gcc4.8.5 centos7 os, but it support cxxabit

If I add the CXX standard at the root CMakeLists.txt, such as:
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
it work ok

@jeremy-rifkin
Copy link
Owner

Thanks for the report, I'll look into fixing the check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants