[cmake] replace mbedcrypto with ${OT_MBEDTLS} (#5622)

This commit is contained in:
Jonathan Hui
2020-10-11 11:08:43 -07:00
parent 115e04f435
commit 84097f706a
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ target_link_libraries(ot-cli-ftd PRIVATE
${OT_PLATFORM_LIB}
openthread-ftd
${OT_PLATFORM_LIB}
mbedcrypto
${OT_MBEDTLS}
ot-config
)
+1 -1
View File
@@ -37,7 +37,7 @@ target_link_libraries(ot-cli-mtd PRIVATE
${OT_PLATFORM_LIB}
openthread-mtd
${OT_PLATFORM_LIB}
mbedcrypto
${OT_MBEDTLS}
ot-config
)