Browse Source

CMake: Improve error message when juceaide fails

v7.0.9
reuk 2 years ago
parent
commit
d212c97624
No known key found for this signature in database GPG Key ID: FCB43929F012EE5C
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Build/CMake/JUCEUtils.cmake

+ 1
- 1
extras/Build/CMake/JUCEUtils.cmake 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()



Loading…
Cancel
Save