diff options
-rw-r--r-- | CMakeLists.txt | 2 |
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 | ||
20 | include(KDEInstallDirs) | 20 | include(KDEInstallDirs) |
21 | include(KDECompilerSettings) | 21 | include(KDECompilerSettings) |
22 | #Avoid building appstreamtest | ||
23 | set(KDE_SKIP_TEST_SETTINGS true) | ||
22 | include(KDECMakeSettings NO_POLICY_SCOPE) | 24 | include(KDECMakeSettings NO_POLICY_SCOPE) |
23 | 25 | ||
24 | enable_testing() | 26 | enable_testing() |