From: Debian Multimedia Maintainers Date: Wed, 16 Dec 2020 21:28:58 +0000 (+0100) Subject: disable-ccache X-Git-Tag: archive/raspbian/1%3.11.2+repack-1+rpi1^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3bca0741353212f41ea3ef8e9d0200d8b9ce0893;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 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