summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-08-17 11:49:46 -0600
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-08-17 20:02:44 -0600
commit520a58f4defc3becc4638aec2c5e7c4ffa755fb0 (patch)
tree0d0f772f8a05b747e840d6fab08f4e80b9c0f177
parentc7b87f89e02fb3b343e7fe023183a30786b49c77 (diff)
downloadkube-520a58f4defc3becc4638aec2c5e7c4ffa755fb0.tar.gz
kube-520a58f4defc3becc4638aec2c5e7c4ffa755fb0.zip
Removed superfluous find_package call
-rw-r--r--framework/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/CMakeLists.txt b/framework/CMakeLists.txt
index 1fbd6994..85ead14d 100644
--- a/framework/CMakeLists.txt
+++ b/framework/CMakeLists.txt
@@ -14,8 +14,6 @@ include(ECMGenerateHeaders)
14include(ECMPackageConfigHelpers) 14include(ECMPackageConfigHelpers)
15include(KDEInstallDirs) 15include(KDEInstallDirs)
16 16
17find_package(Qt5 COMPONENTS REQUIRED Core Qml)
18
19set(CMAKE_AUTOMOC ON) 17set(CMAKE_AUTOMOC ON)
20 18
21enable_testing() 19enable_testing()