diff options
author | Ed Beroset <beroset@ieee.org> | 2022-07-27 11:21:31 -0400 |
---|---|---|
committer | Florent Revest <revestflo@gmail.com> | 2022-08-01 23:38:59 +0200 |
commit | 9d5e715c4f5c2a430de06a1039bfd8496b00f541 (patch) | |
tree | 776f749dffd4208d9893ddc853a2d3726043787e | |
parent | 2d1397aee60776ccc7b07335b6b42f792761e360 (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.txt | 2 |
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) |