]> git.ipfire.org Git - thirdparty/ccache.git/commit
feat: Remove automatic enabling of ccache for ccache build
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 7 Feb 2022 19:36:47 +0000 (20:36 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 7 Feb 2022 19:36:47 +0000 (20:36 +0100)
commit477da4a63eacc3b19acbc3146bd055c3ef8f7208
treef17d2c93ad7ef029066568e037cceae12e088387
parentef78c381db63024be035cb7e33b5aa0834c974b7
feat: Remove automatic enabling of ccache for ccache build

When enabling ccache using the standard recommended method (via PATH or
via masquerading symlinks), UseCcache.cmake will introduce double
invocations of ccache. I find this a bit annoying and I also think that
it should be up to the user to enable or not enable ccache and which
settings to use.
CMakeLists.txt
cmake/UseCcache.cmake [deleted file]