From 90dfbed2ce2fa9915555438cc6fb0c4a016326c8 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Sun, 17 Sep 2023 07:52:17 -0400 Subject: [PATCH] cmake/ECM/modules/ECMQueryQt.cmake - upstream fix for qt6 --- cmake/ECM/modules/ECMQueryQt.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/ECM/modules/ECMQueryQt.cmake b/cmake/ECM/modules/ECMQueryQt.cmake index 98eb50089e..3f3b86b46c 100644 --- a/cmake/ECM/modules/ECMQueryQt.cmake +++ b/cmake/ECM/modules/ECMQueryQt.cmake @@ -94,7 +94,7 @@ function(ecm_query_qt result_variable qt_variable) file(TO_CMAKE_PATH "${output}" output_path) set(${result_variable} "${output_path}" PARENT_SCOPE) else() - message(WARNING "Failed call: ${_command} \"${qt_variable}\"") + message(WARNING "Failed call: ${QUERY_EXECUTABLE} ${_cli_option} ${qt_variable}") message(FATAL_ERROR "${_exec_name_text} call failed: ${return_code}") endif() endfunction()