From cffa8e29ff5ec439ff5790961178cc563c8416a3 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Fri, 23 Aug 2024 14:24:03 +0200 Subject: [PATCH] Fix windows build. Signed-off-by: Pol Henarejos --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 08ed5cd..11ffd5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -156,7 +156,6 @@ if(ENABLE_EMULATION) target_link_options(pico_fido PUBLIC -Wl,--gc-sections ) - target_link_libraries(pico_fido PRIVATE m) endif (APPLE) else() pico_add_extra_outputs(pico_fido)