From 6cc93b370ef59208b9b468ebc9d84cc02e3cbd85 Mon Sep 17 00:00:00 2001 From: Alex Turbov Date: Sat, 27 Apr 2019 17:31:03 +1000 Subject: message(): Add support for log levels Relates: #18943 Co-Authored-By: Craig Scott --- Source/cmakemain.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/cmakemain.cxx') diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx index d70c9d9170..5631d102d9 100644 --- a/Source/cmakemain.cxx +++ b/Source/cmakemain.cxx @@ -95,6 +95,8 @@ static const char* cmDocumentationOptions[][2] = { "Generate graphviz of dependencies, see " "CMakeGraphVizOptions.cmake for more." }, { "--system-information [file]", "Dump information about this system." }, + { "--loglevel=", + "Set the verbosity of messages from CMake files." }, { "--debug-trycompile", "Do not delete the try_compile build tree. Only " "useful on one try_compile at a time." }, -- cgit v1.2.1