From 6569a4068bdd2c6df8918971f270d72f2468201b Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Tue, 5 Apr 2022 15:13:38 +0200 Subject: 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 --- cmake/configure-cmake-mapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/configure-cmake-mapping.md') 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 | -DINSTALL_BINDIR= | similar for -headerdir -libdir and so on | | -hostdatadir | -DINSTALL_MKSPECSDIR= | | | -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,...] | | | -- cgit v1.2.3