--- CMakeLists.txt.orig	2025-07-14 23:11:31 UTC
+++ CMakeLists.txt
@@ -101,7 +101,7 @@ find_program(CCACHE_PROGRAM ccache)
 # Support for ccache
 # ==================================================================================================
 find_program(CCACHE_PROGRAM ccache)
-if (CCACHE_PROGRAM)
+if (USE_CCACHE AND CCACHE_PROGRAM)
     if (WIN32)
         set(CMAKE_C_COMPILER_LAUNCHER   "${CCACHE_PROGRAM}")
         set(CMAKE_CXX_COMPILER_LAUNCHER "${CCACHE_PROGRAM}")
