From: APTX Date: Sun, 21 Jul 2019 16:19:59 +0000 (+0900) Subject: Fix typo and unnecessary find package X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=a0b173e532e26eb590fb335cf1b9b28e5161bcef;p=localmylist.git Fix typo and unnecessary find package --- 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 )