From: Debian Multimedia Maintainers Date: Mon, 8 Jun 2020 07:17:12 +0000 (+0100) Subject: disable-ccache X-Git-Tag: archive/raspbian/1%3.10.4+repack-1+rpi1~24 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cce289409b5c79fa24344e93ea1983de5b8fa1cb;p=supercollider.git 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. Gbp-Pq: Name disable-ccache.patch --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 8149ac6..bc9bc50 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -150,12 +150,12 @@ add_definitions(-DBOOST_CHRONO_HEADER_ONLY -DBOOST_NO_AUTO_PTR) ############################################# # 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