summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QtBuildInformation.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/QtBuildInformation.cmake b/cmake/QtBuildInformation.cmake
index 9dc3461f5b..3079a96a9c 100644
--- a/cmake/QtBuildInformation.cmake
+++ b/cmake/QtBuildInformation.cmake
@@ -132,7 +132,7 @@ macro(qt_configure_add_report_padded label message)
endmacro()
function(qt_configure_get_padded_string label value out_var)
- set(pad_string "........................................")
+ set(pad_string ".........................................")
string(LENGTH "${label}" label_len)
string(LENGTH "${pad_string}" pad_len)
math(EXPR pad_len "${pad_len}-${label_len}")