summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Beroset <beroset@ieee.org>2022-07-27 11:21:34 -0400
committerFlorent Revest <revestflo@gmail.com>2022-08-01 23:38:24 +0200
commited1af6da4910df15575944841a192dbe7ae7f9ac (patch)
tree93edb2ac6e2d73801bb04b735dcc475b24c9aa72
parent252a4a0f0c91c4c40eb148920b86a1ad08c71ff1 (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>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d577637..a227e4c 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)