Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -35,17 +35,6 @@ if (NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_T
 	)
 endif()
 
-# Try to use ccache
-find_program(CCACHE_PROGRAM ccache)
-if(CCACHE_PROGRAM)
-    message(STATUS "ccache found: ${CCACHE_PROGRAM}")
-    set(CMAKE_C_COMPILER_LAUNCHER "${CCACHE_PROGRAM}")
-    set(CMAKE_CXX_COMPILER_LAUNCHER "${CCACHE_PROGRAM}")
-    # Add other languages if needed, e.g., CMAKE_CUDA_COMPILER_LAUNCHER
-else()
-    message(STATUS "ccache not found.")
-endif()
-
 include (cmake/CmDaB.cmake)
 include (cmake/manpage_install.cmake)
 include (cmake/options.cmake)
