Use ccache to speed up builds if it is available. ccache usage is enabled by default, but it can be disabled by passing -DDISABLE_CCACHE=ON to the cmake command line or by setting the variable to ON with cmake-gui.
Affected area(s)
[x] Core
[x] GUI
[x] Tests
Changes type
[ ] Bug fix
[ ] Migration
[x] New feature
[ ] Feature rework
Proposed changes
Look for ccache in the user's PATH variable and use it as the default CMake compiler wrapper if it is found.
Description
Use ccache to speed up builds if it is available. ccache usage is enabled by default, but it can be disabled by passing -DDISABLE_CCACHE=ON to the cmake command line or by setting the variable to ON with cmake-gui.
Affected area(s)
Changes type
Proposed changes