Skip to content

file: GetRuntimeDependencies use CMAKE_OBJDUMP when applicable

On machines where the gnu bin utils are prefixed, or suffixed the file(GET_RUNTIME_DEPENDENCIES ) command would fail without explicitly setting the location of objdump.

Now we pre-populate the variables used to find objdump based on the gnu bin utils, so that these use cases are better supported

Merge request reports