Fix minor grammar error in configure's closing message

Minor glitch in wording, but it's been bugging me for months.

The meaning of "try to remove [a file]" implicitly says you might be
unable to do so; while the attempt might help with your situation, the
experiment might merely be a diagnostic, e.g. because if you can't
remove the file, that would imply things that would help you solve
your problem.  For contrast, "try removing [a file]" says removal
might actually solve the problem for which this action is proposed as
a fix.

Change-Id: Ic995cfdef1523094bb368dcda8bd0d2bbd2e9434
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Edward Welbourne 2022-01-18 16:18:06 +01:00
parent f0057f0269
commit fba863a87e

View File

@ -48,7 +48,7 @@ function(qt_print_build_instructions)
endif()
message("\nTo configure and build other Qt modules, you can use the following convenience script:
${local_install_prefix}/${INSTALL_BINDIR}/${configure_module_command}")
message("\nIf reconfiguration fails for some reason, try to remove 'CMakeCache.txt' \
message("\nIf reconfiguration fails for some reason, try removing 'CMakeCache.txt' \
from the build directory \n")
endfunction()