Page MenuHomePhabricator

[CMAKE] Add a status message to inform the user that ccache is used
ClosedPublic

Authored by Fabien on Dec 19 2019, 14:21.

Details

Summary

If ccache is not found nothing is printed.

Test Plan

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

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