From 9d5e715c4f5c2a430de06a1039bfd8496b00f541 Mon Sep 17 00:00:00 2001 From: Ed Beroset Date: Wed, 27 Jul 2022 11:21:31 -0400 Subject: Update extra-cmake-modules syntax This is the complementary change to https://github.com/AsteroidOS/meta-asteroid/pull/105 Signed-off-by: Ed Beroset --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a682c7..0a7ab72 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ASTEROID_MODULE_PATH}) include(FeatureSummary) include(GNUInstallDirs) -include(ECMQMLModules) +include(ECMFindQmlModule) include(AsteroidCMakeSettings) include(AsteroidTranslations) -- cgit v1.2.3-54-g00ecf