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

Support C++23 #756

Open
long-recruit2 opened this issue Jul 16, 2024 · 0 comments
Open

Support C++23 #756

long-recruit2 opened this issue Jul 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@long-recruit2
Copy link

long-recruit2 commented Jul 16, 2024


When we set CXX_standards as 23, hunter raise this error
[hunter ** INTERNAL **] CXX standard 23 not known
I wonder expected CXX_standard is set in below, we should just add 23?
hunter/cmake/modules/hunter_get_lang_standard_flag.cmake

function(hunter_get_lang_standard_flag LANG OUTPUT)
  # https://github.com/Kitware/CMake/blob/9d48d3f61b25400a191f12ea92b8e5496ab47a8f/Source/cmLocalGenerator.cxx#L1766-L1782
  set(CXX_standards 20 17 14 11 98)
  set(C_standards 11 99 90)

it has a comment pointing to a specific version of CMake but not sure where the version is from.

@NeroBurner NeroBurner added the enhancement New feature or request label Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants