┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/DolphinVcsConfig.cmake.in
diff options
context:
space:
mode:
authorHeiko Becker <[email protected]>2017-12-01 19:01:59 +0100
committerHeiko Becker <[email protected]>2017-12-01 19:27:57 +0100
commitcd90c04343ba73568c79cad5fa7afb7557460d5e (patch)
treebc57b45d2b85d6a06c6eef1f87214229eb7e77fe /DolphinVcsConfig.cmake.in
parent99883ca8de38551e72d976fd8a5874013eeef6c0 (diff)
Use CMakePackageConfigHelpers instead of the ECM variant
Summary: dolphin already requires cmake >= 3.0, which includes the macro. Also make sure to include the CMakeFindDependencyMacro. Reviewers: #dolphin Differential Revision: https://phabricator.kde.org/D9091
Diffstat (limited to 'DolphinVcsConfig.cmake.in')
-rw-r--r--DolphinVcsConfig.cmake.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/DolphinVcsConfig.cmake.in b/DolphinVcsConfig.cmake.in
index 7e7a2296f..f544f4c61 100644
--- a/DolphinVcsConfig.cmake.in
+++ b/DolphinVcsConfig.cmake.in
@@ -1,5 +1,7 @@
@PACKAGE_INIT@
+include(CMakeFindDependencyMacro)
+
find_dependency(Qt5Widgets)
find_dependency(KF5KIO)