From cd90c04343ba73568c79cad5fa7afb7557460d5e Mon Sep 17 00:00:00 2001 From: Heiko Becker Date: Fri, 1 Dec 2017 19:01:59 +0100 Subject: 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 --- DolphinVcsConfig.cmake.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'DolphinVcsConfig.cmake.in') 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) -- cgit v1.3