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)