1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-01 06:33:53 +01:00

CMake: add debugging message for finding ccache

Signed-off-by: Be <be@mixxx.org>
This commit is contained in:
Be
2021-07-08 21:34:43 -05:00
parent 10c46f0ca8
commit 3e826589a0

View File

@@ -123,6 +123,7 @@ find_program( CCACHE_PROGRAM ccache )
mark_as_advanced( FORCE CCACHE_PROGRAM )
if( CCACHE_PROGRAM )
message( STATUS "Found ccache: ${CCACHE_PROGRAM}" )
set_property( GLOBAL PROPERTY RULE_LAUNCH_COMPILE "${CCACHE_PROGRAM}" )
endif()