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

make ccache usage optional #145

Merged
merged 1 commit into from
Jul 30, 2023
Merged

Conversation

hsdk123
Copy link
Contributor

@hsdk123 hsdk123 commented Jul 9, 2023

Hi, I notice rapidcsv pulls in ccache as a global which can cause bugs

ex. https://gitlab.kitware.com/cmake/cmake/-/issues/21328

This is a PR make this an option that the user can configure.

@d99kris
Copy link
Owner

d99kris commented Jul 10, 2023

Hi @hsdk123 - thanks for contributing! I think the PR makes sense, I'll try get it merged soon (probably next weekend).

@d99kris d99kris self-assigned this Jul 11, 2023
@d99kris d99kris changed the title add RAPIDCSV_WITH_CCACHE option make ccache usage optional Jul 30, 2023
@d99kris d99kris changed the base branch from master to no-global-ccache July 30, 2023 04:47
@d99kris d99kris merged commit bcba71a into d99kris:no-global-ccache Jul 30, 2023
3 checks passed
@d99kris
Copy link
Owner

d99kris commented Jul 30, 2023

I've made some follow-up changes (integrated via PR #148), which enables ccache only when rapidcsv test suite build is enabled. This means it'll be disabled by default, so it'll minimize the risk of ccache causing issues for projects using rapidcsv.

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.

None yet

2 participants