From ac3f139feba21754e2a3f89f9ff6a478811161b6 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Wed, 25 Feb 2026 23:25:44 +0100 Subject: [PATCH] Do not link here with mbedtls. Signed-off-by: Pol Henarejos --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ee8148d..f5e5140 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -128,7 +128,7 @@ if(NOT ESP_PLATFORM) -Wl,--gc-sections ) endif(APPLE) - target_link_libraries(pico_hsm PRIVATE pico_keys_sdk pthread m mbedtls) + target_link_libraries(pico_hsm PRIVATE pico_keys_sdk pthread m) else() pico_add_extra_outputs(${CMAKE_PROJECT_NAME}) endif()