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:
parent
974795ed7a
commit
d212c97624
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue