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")