diff --git a/CMakeLists.txt b/CMakeLists.txt index bb15a4fe9..665edbafd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()