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

cmake: Only use ccache for C++ #276

Merged
merged 1 commit into from
Jan 17, 2024
Merged

Conversation

patstew
Copy link
Contributor

@patstew patstew commented Jan 17, 2024

Setting RULE_LAUNCH_* breaks the build of anything other than C/C++ that ccache doesn't support, e.g. rc.exe on windows. The global property leaks out and breaks any consuming project.

Setting RULE_LAUNCH_* breaks the build of anything other than C/C++ that ccache doesn't support, e.g. rc.exe on windows. The global property leaks out and breaks any consuming project.
@arximboldi
Copy link
Owner

arximboldi commented Jan 17, 2024

Make sense. I didn't know this feature of CMake, thank you!

@arximboldi arximboldi merged commit fe0b6f8 into arximboldi:master Jan 17, 2024
20 of 22 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