Use ${CMAKE_OBJDUMP} in mbedTLS Finder
@@ -84,7 +84,7 @@ macro(MbedTLS_set_soname component)
endif()
elseif(CMAKE_HOST_SYSTEM_NAME MATCHES "Linux|FreeBSD")
execute_process(
- COMMAND sh -c "objdump -p '${Mbed${component}_LIBRARY}' | grep SONAME"
+ COMMAND sh -c "${CMAKE_OBJDUMP} -p '${Mbed${component}_LIBRARY}' | grep SONAME"
OUTPUT_VARIABLE _output
RESULT_VARIABLE _result)