We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0abde70 commit 79ca317Copy full SHA for 79ca317
cmake/Modules/FindMbedTLS.cmake
@@ -84,7 +84,7 @@ macro(MbedTLS_set_soname component)
84
endif()
85
elseif(CMAKE_HOST_SYSTEM_NAME MATCHES "Linux|FreeBSD")
86
execute_process(
87
- COMMAND sh -c "objdump -p '${Mbed${component}_LIBRARY}' | grep SONAME"
+ COMMAND sh -c "${CMAKE_OBJDUMP} -p '${Mbed${component}_LIBRARY}' | grep SONAME"
88
OUTPUT_VARIABLE _output
89
RESULT_VARIABLE _result)
90
0 commit comments