summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 611a19ee..10d127db 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,6 +19,8 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_D
19 19
20include(KDEInstallDirs) 20include(KDEInstallDirs)
21include(KDECompilerSettings) 21include(KDECompilerSettings)
22#Avoid building appstreamtest
23set(KDE_SKIP_TEST_SETTINGS true)
22include(KDECMakeSettings NO_POLICY_SCOPE) 24include(KDECMakeSettings NO_POLICY_SCOPE)
23 25
24enable_testing() 26enable_testing()