disable-ccache
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Wed, 16 Dec 2020 21:28:58 +0000 (22:28 +0100)
committerDennis Braun <d_braun@kabelmail.de>
Wed, 16 Dec 2020 21:53:57 +0000 (21:53 +0000)
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

CMakeLists.txt

index 5e066ab91790959ac5c406d89af5f52f43f18035..29434658912d9cd064be1f20e98faa4655edfe3b 100644 (file)
@@ -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