From 290b2249c457c1c419756303afd631445126cd6d Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Mon, 14 Feb 2022 22:41:23 +0100 Subject: [PATCH] Port away from CMake deprecation --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d6e6c8f6..787886cf2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ set(KDE_COMPILERSETTINGS_LEVEL 5.84) include(FeatureSummary) include(ECMSetupVersion) include(KDEInstallDirs) -include(ECMQMLModules) +include(ECMFindQmlModule) include(KDEClangFormat) include(KDECMakeSettings) include(KDECompilerSettings NO_POLICY_SCOPE)