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

run clang without default config #53

Merged
merged 3 commits into from
Mar 17, 2024

Conversation

efferre79
Copy link
Contributor

clang can be installed with a system-wide config-file which might add unexpected includes files in the chain. Those files will result in an undefined location when querying the index, let's avoid that problem by configuring clang to be executed without a default config file

efferre79 and others added 3 commits March 5, 2024 23:56
clang can be installed with a system-wide config-file which might add unexpected includes files in the chain. Those files will result in an undefined location when querying the index, let's avoid that problem by configuring clang to be executed without a default config file
@adam-urbanczyk
Copy link
Member

Thanks @efferre79 !

@adam-urbanczyk adam-urbanczyk merged commit 84d5629 into CadQuery:master Mar 17, 2024
5 checks passed
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

Successfully merging this pull request may close these issues.

2 participants