From: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Date: Wed, 16 Dec 2020 22:28:58 +0100
Subject: disable-ccache

disabled the use of ccache, to prevent FTBFS; as the compilation is done once
it has no backdraws to make the debian package.
---
 CMakeLists.txt | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5e066ab..2943465 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -149,12 +149,12 @@ add_definitions(-DBOOST_CHRONO_HEADER_ONLY -DBOOST_NO_AUTO_PTR -DBOOST_CONFIG_SU
 #############################################
 # Detect CCache
 
-find_program(CCacheExectuable ccache)
-if( CCacheExectuable )
-  # only used with >=cmake-3.4
-  set( CMAKE_C_COMPILER_LAUNCHER   "${CCacheExectuable}" )
-  set( CMAKE_CXX_COMPILER_LAUNCHER "${CCacheExectuable}" )
-endif()
+## find_program(CCacheExecutable ccache)
+## if( CCacheExecutable )
+##   # only used with >=cmake-3.4
+##   set( CMAKE_C_COMPILER_LAUNCHER   "${CCacheExecutable}" )
+##   set( CMAKE_CXX_COMPILER_LAUNCHER "${CCacheExecutable}" )
+## endif()
 
 #############################################
 # Options
