summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2022-04-27 08:45:01 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-06-03 06:49:08 +0000
commit1e84327f751f46b526a87f838186a5cfa3fd64a9 (patch)
tree468dd6bf2d2c9da3b07f151935142309540cea9c /cmake
parent57657d20da8fe498b738dc1dcb92ca1ef9ceb5ab (diff)
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>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QtToolHelpers.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/QtToolHelpers.cmake b/cmake/QtToolHelpers.cmake
index 53f3cfd493..c61f3fe62e 100644
--- a/cmake/QtToolHelpers.cmake
+++ b/cmake/QtToolHelpers.cmake
@@ -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}")