1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

CMake: Improve error message when juceaide fails

This commit is contained in:
reuk 2023-05-30 12:22:21 +01:00
parent 974795ed7a
commit d212c97624
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C

View file

@ -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()