diff --git a/CMakeLists.txt b/CMakeLists.txt index 97c0f4b6a3..e94db800da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,6 +22,7 @@ if(FREECAD_USE_CCACHE) find_program(CCACHE_PROGRAM ccache) #This check should occur before project() if(CCACHE_PROGRAM) set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "${CCACHE_PROGRAM}") + message(NOTICE "-- Using ccache found at: " ${CCACHE_PROGRAM}) endif() endif()