Output the CMAKE_CXX_LIBRARY_ARCHITECTURE when reporting missing dependencies.

Change-Id: I5d2d53b9899636dee9f30ab179727de82b78afd5
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
This commit is contained in:
Stephen Kelly 2013-10-03 08:38:28 +02:00 committed by The Qt Project
parent 32f27b4367
commit d5e62f8169

View File

@ -88,7 +88,7 @@ macro(_qt5gui_find_extra_libs Name Libs LibDir IncDirs)
if (\"${ARGN}\" STREQUAL \"OPTIONAL\") if (\"${ARGN}\" STREQUAL \"OPTIONAL\")
break() break()
else() else()
message(FATAL_ERROR \"Failed to find \\\"${_lib}\\\" in \\\"${LibDir}\\\".\") message(FATAL_ERROR \"Failed to find \\\"${_lib}\\\" in \\\"${LibDir}\\\" with CMAKE_CXX_LIBRARY_ARCHITECTURE \\\"${CMAKE_CXX_LIBRARY_ARCHITECTURE}\\\".\")
endif() endif()
endif() endif()
add_library(Qt5::Gui_${_cmake_lib_name} SHARED IMPORTED) add_library(Qt5::Gui_${_cmake_lib_name} SHARED IMPORTED)