diff --git a/extras/Build/CMake/JUCEUtils.cmake b/extras/Build/CMake/JUCEUtils.cmake index d920e6278a..e806c49afb 100644 --- a/extras/Build/CMake/JUCEUtils.cmake +++ b/extras/Build/CMake/JUCEUtils.cmake @@ -543,7 +543,7 @@ function(_juce_execute_juceaide) ERROR_VARIABLE output) if(result_variable) - message(FATAL_ERROR "Running juceaide failed:\n${output}") + message(FATAL_ERROR "Running juceaide failed:\ncommand: ${juceaide_location} ${ARGN}\noutput: ${output}") endif() endfunction()