If ccache is not found nothing is printed.
Details
Details
- Reviewers
deadalnix fpelliccioni - Group Reviewers
Restricted Project - Commits
- rSTAGING0bd3eb9c0cd9: [CMAKE] Add a status message to inform the user that ccache is used
rABC0bd3eb9c0cd9: [CMAKE] Add a status message to inform the user that ccache is used
With ccache installed:
cmake -GNinja .. | grep ccache
Should display something like:
- Using ccache: /usr/bin/ccache cmake -GNinja .. -DCCACHE=OFF | grep ccache
Should return nothing.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable