[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
)
+1 -1
View File
@@ -37,7 +37,7 @@ target_link_libraries(ot-ncp-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-ncp-mtd PRIVATE
${OT_PLATFORM_LIB}
openthread-mtd
${OT_PLATFORM_LIB}
mbedcrypto
${OT_MBEDTLS}
ot-config
)
+1 -1
View File
@@ -62,7 +62,7 @@ target_link_libraries(ot-cli
openthread-cli-ftd
openthread-hdlc
openthread-spinel-rcp
mbedcrypto
${OT_MBEDTLS}
${READLINE_LINK_LIBRARIES}
)
+1 -1
View File
@@ -54,7 +54,7 @@ target_link_libraries(ot-daemon PRIVATE
openthread-ftd
${OT_PLATFORM_LIB}
openthread-ncp-ftd
mbedcrypto
${OT_MBEDTLS}
)
add_executable(ot-ctl
+1 -1
View File
@@ -53,7 +53,7 @@ target_link_libraries(ot-ncp
${OT_PLATFORM_LIB}
openthread-ftd
${OT_PLATFORM_LIB}
mbedcrypto
${OT_MBEDTLS}
openthread-ncp-ftd
)