Index: Scribus/CMakeLists.txt
===================================================================
--- Scribus/CMakeLists.txt	(revision 20539)
+++ Scribus/CMakeLists.txt	(working copy)
@@ -6,6 +6,14 @@
 #Require 3.2.0 for add_custom_target with byproducts
 CMAKE_MINIMUM_REQUIRED(VERSION 2.8.9 FATAL_ERROR)
 
+# Configure CCache if available
+find_program(CCACHE_FOUND ccache)
+if(CCACHE_FOUND)
+        set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
+        set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
+endif(CCACHE_FOUND)
+
+
 #Pretty colors
 SET(CMAKE_COLOR_MAKEFILE ON)
 #Don't force verbose