We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have installed the latest version of clang and it is not supported by the default yaml settings
ERROR: Invalid setting '19' is not a valid 'settings.compiler.version' value. Possible values are ['3.3', '3.4', '3.5', '3.6', '3.7', '3.8', '3.9', '4.0', '5.0', '6.0', '7.0', '7.1', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18'] Read "http://docs.conan.io/2/knowledge/faq.html#error-invalid-setting"
llvm's documentation related to the release of Clang 19
The text was updated successfully, but these errors were encountered:
conan-io/conan#17010 added support for clang 19 in the default settings.yml, this will be in Conan 2.8.
In the meantime, you can add it to your default settings.yml or define it in settings_user.yml
settings.yml
settings_user.yml
Sorry, something went wrong.
Thanks
No branches or pull requests
I have installed the latest version of clang and it is not supported by the default yaml settings
llvm's documentation related to the release of Clang 19
The text was updated successfully, but these errors were encountered: