aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorEd Beroset <beroset@ieee.org>2022-07-27 11:21:31 -0400
committerFlorent Revest <revestflo@gmail.com>2022-08-01 23:38:59 +0200
commit9d5e715c4f5c2a430de06a1039bfd8496b00f541 (patch)
tree776f749dffd4208d9893ddc853a2d3726043787e /CMakeLists.txt
parent2d1397aee60776ccc7b07335b6b42f792761e360 (diff)
Update extra-cmake-modules syntax
This is the complementary change to https://github.com/AsteroidOS/meta-asteroid/pull/105 Signed-off-by: Ed Beroset <beroset@ieee.org>
Diffstat (limited to '')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)