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

Still clang kit detection does not work #1410

Closed
Gibson85 opened this issue Aug 16, 2020 · 0 comments · Fixed by #2309
Closed

Still clang kit detection does not work #1410

Gibson85 opened this issue Aug 16, 2020 · 0 comments · Fixed by #2309
Labels
bug a bug in the product Feature: kits

Comments

@Gibson85
Copy link

Hi, about one year ago or so when I upraded to clang 11 the clang kit was not detected anymore. After some days I got it working then. Now I upgraded to clang 12 and the same problems still exists. The kit doesn't get detected. I tried everything I could think of. I also added manually a clang-12 section to the "cmake-tools-kits.json". Then it passes "-DCMAKE_C_COMPILER:FILEPATH=/usr/bin/clang-12 -DCMAKE_CXX_COMPILER:FILEPATH=/usr/bin/clang++-12" to cmake. But if I print out the compiler cmake is really using it comes out that the clang 12 compiler is only used for C not for CXX. So what the hell is so difficult to detect these kits? It cannot be so difficult to scan some folders for clang program variants. Please could someone fix these totally annoying problems finally.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug a bug in the product Feature: kits
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants