]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: s/CCACHE_FOUND/CCACHE_EXECUTABLE/ 39389/head
authorKefu Chai <kchai@redhat.com>
Wed, 10 Feb 2021 03:47:15 +0000 (11:47 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 10 Feb 2021 05:14:27 +0000 (13:14 +0800)
commit92d2ec74306f1135ec9842c99da274e43e2796f1
tree8e5c9d83b1f8bed96b3e4dc47309f22d943494c5
parent718af4faaf47c416544f872d2932fce52e60549b
cmake: s/CCACHE_FOUND/CCACHE_EXECUTABLE/

to be more consistent with other find_program() calls.
and more correct this way, as ${CCACHE_FOUND} is not a boolean, it
is a path pointing to the found cache executable.

Signed-off-by: Kefu Chai <kchai@redhat.com>
CMakeLists.txt