mirror of
https://github.com/espressif/openthread.git
synced 2026-09-14 05:00:11 +00:00
[cmake] replace mbedcrypto with ${OT_MBEDTLS} (#5622)
This commit is contained in:
@@ -37,7 +37,7 @@ target_link_libraries(ot-cli-ftd PRIVATE
|
||||
${OT_PLATFORM_LIB}
|
||||
openthread-ftd
|
||||
${OT_PLATFORM_LIB}
|
||||
mbedcrypto
|
||||
${OT_MBEDTLS}
|
||||
ot-config
|
||||
)
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ target_link_libraries(ot-cli-mtd PRIVATE
|
||||
${OT_PLATFORM_LIB}
|
||||
openthread-mtd
|
||||
${OT_PLATFORM_LIB}
|
||||
mbedcrypto
|
||||
${OT_MBEDTLS}
|
||||
ot-config
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user