Browse Source
CMake: Improve error message when juceaide fails
v7.0.9
reuk
2 years ago
No known key found for this signature in database
GPG Key ID: FCB43929F012EE5C
1 changed files with
1 additions and
1 deletions
-
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() |
|
|
|
|
|
|
|
|