From a0b173e532e26eb590fb335cf1b9b28e5161bcef Mon Sep 17 00:00:00 2001 From: APTX Date: Mon, 22 Jul 2019 01:19:59 +0900 Subject: [PATCH] Fix typo and unnecessary find package --- CMakeLists.txt | 2 +- localmylist/CMakeLists.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a0202b2..22e47ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ option(WITH_GUI "Build LocalMyList management gui" ON) add_feature_info(Gui WITH_GUI "the main UI to manage LocalMyList") option(WITH_TOOLS "Build LocalMyList tools" ON) -add_feature_info(Tools WITH_GUI "miscellanious tools to perform various management operations from the command line") +add_feature_info(Tools WITH_TOOLS "miscellanious tools to perform various management operations from the command line") option(WITH_RUNSCRIPT "Build LocalMyList runscript" ON) add_feature_info(Runscript WITH_RUNSCRIPT "tool to run custom JavaScript scripts with full access to the LocalMyList API") diff --git a/localmylist/CMakeLists.txt b/localmylist/CMakeLists.txt index 48ee937..9f62d99 100644 --- a/localmylist/CMakeLists.txt +++ b/localmylist/CMakeLists.txt @@ -6,7 +6,6 @@ set(LocalMyList_VERSION "0.4.0") find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core - Widgets Sql Script ) -- 2.52.0