HomePhabricator

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

Description

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

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.

Reviewers: #bitcoin_abc, deadalnix, fpelliccioni

Reviewed By: #bitcoin_abc, fpelliccioni

Differential Revision: https://reviews.bitcoinabc.org/D4768

Details

Provenance
FabienAuthored on Dec 19 2019, 14:18
deadalnixPushed on Dec 19 2019, 23:16
Reviewer
Restricted Project
Differential Revision
D4768: [CMAKE] Add a status message to inform the user that ccache is used
Parents
rSTAGING3fdda39d2530: [AUTOTOOLS] Don't build the seeder tests if --disable-tests is set
Branches
Unknown
Tags
Unknown