Skip to content

Commit

Permalink
cmake/ECM/modules/ECMQueryQt.cmake - upstream fix for qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Sep 17, 2023
1 parent 9978a0a commit 90dfbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ECM/modules/ECMQueryQt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 90dfbed

Please sign in to comment.