summaryrefslogtreecommitdiffstats
path: root/cmake/configure-cmake-mapping.md
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2022-04-05 15:13:38 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2022-04-06 16:46:59 +0200
commit6569a4068bdd2c6df8918971f270d72f2468201b (patch)
tree5ac795e539ed23eadccfe6a7967ae854eafc760d /cmake/configure-cmake-mapping.md
parent878984a014154f6ab2f92c223c61a44e02c74aec (diff)
Map the 'verbose' configure option to CMake
Raise the CMake log level to STATUS when the 'verbose' argument is passed to the configure script. Change-Id: I736d95ab66b115f8416eec7f9e2ee96d1580c78d Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'cmake/configure-cmake-mapping.md')
-rw-r--r--cmake/configure-cmake-mapping.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/configure-cmake-mapping.md b/cmake/configure-cmake-mapping.md
index ce90be5e95..1282c0d484 100644
--- a/cmake/configure-cmake-mapping.md
+++ b/cmake/configure-cmake-mapping.md
@@ -9,7 +9,7 @@ The following table describes the mapping of configure options to CMake argument
| -bindir <dir> | -DINSTALL_BINDIR=<dir> | similar for -headerdir -libdir and so on |
| -hostdatadir <dir> | -DINSTALL_MKSPECSDIR=<dir> | |
| -help | n/a | Handled by configure[.bat]. |
-| -verbose | | |
+| -verbose | --log-level=STATUS | Sets the CMake log level to STATUS. The default one is NOTICE. |
| -continue | | |
| -redo | n/a | Handled by configure[.bat]. |
| -recheck [test,...] | | |