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
Lint
Lint Not Applicable
Unit
Tests Not Applicable