mirror of https://github.com/qt/qtbase.git
CMake: Fix typo in error message
Change-Id: Iace4fe19c0bdbcb61f667363d86b22abf6ec7d24
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit 687f22671f
)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
57657d20da
commit
1e84327f75
|
@ -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}")
|
||||
|
||||
|
|
Loading…
Reference in New Issue