disable-ccache
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Sun, 3 Feb 2019 21:31:06 +0000 (21:31 +0000)
committerGeorges Khaznadar <georgesk@debian.org>
Sun, 3 Feb 2019 21:31:06 +0000 (21:31 +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 8149ac635366914b11a20ca183414dad5a902cb7..bc9bc5047dd31352d3eb59ab8483ac930bb7f963 100644 (file)
@@ -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