summaryrefslogtreecommitdiffstats
path: root/testing/source/vtown/kde/pre-install/smokekde.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/source/vtown/kde/pre-install/smokekde.pre-install')
-rw-r--r--testing/source/vtown/kde/pre-install/smokekde.pre-install7
1 files changed, 0 insertions, 7 deletions
diff --git a/testing/source/vtown/kde/pre-install/smokekde.pre-install b/testing/source/vtown/kde/pre-install/smokekde.pre-install
deleted file mode 100644
index a663cc69b..000000000
--- a/testing/source/vtown/kde/pre-install/smokekde.pre-install
+++ /dev/null
@@ -1,7 +0,0 @@
-# Temporary (hopefully) fix:
-if ! grep -q 'cmake_minimum_required' CMakeLists.txt ; then
- # Prepend a cmake_minimum_required stanza at the top, which enables
- # newer cmake features which the build needs:
- sed -i -e '1icmake_minimum_required(VERSION 2.8.9)\' CMakeLists.txt
-fi
-