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
- Branch
- cmake_ccache_message
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 8640 Build 15266: Default Diff Build & Tests Build 15265: arc lint + arc unit