CMake: Fix typo in error message

Change-Id: Iace4fe19c0bdbcb61f667363d86b22abf6ec7d24
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit 687f22671f97b315d4cb8d7f1c9e511fc765f480)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Joerg Bornemann 2022-04-27 08:45:01 +02:00 committed by Qt Cherry-pick Bot
parent 57657d20da
commit 1e84327f75

View File

@ -120,7 +120,7 @@ function(qt_internal_add_tool target_name)
# This should never happen, serves as an assert.
message(FATAL_ERROR
"Neither QT_HOST_PATH_CMAKE_DIR nor "
"Qt${PROJECT_VERSION_MAJOR}HostInfo_DIR} available.")
"Qt${PROJECT_VERSION_MAJOR}HostInfo_DIR available.")
endif()
set(CMAKE_PREFIX_PATH "${qt_host_path_cmake_dir_absolute}")