Package: kate4 / 4:4.14.3-4

do_not_enforce_tests Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: kate/CMakeLists.txt
===================================================================
--- kate.orig/CMakeLists.txt	2014-08-01 13:58:27.812305140 +0200
+++ kate/CMakeLists.txt	2014-08-01 14:05:35.375380755 +0200
@@ -25,9 +25,6 @@
 
 configure_file (config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
 
-# enforce build of tests
-set (KDE4_BUILD_TESTS "ON" CACHE "BOOL" "Enable building of tests" FORCE)
-
 # KDE/QT definitions we want
 add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
 add_definitions (-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DKTEXTEDITOR_NO_DEPRECATED)