diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 971e952..4d59516 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -101,7 +101,6 @@ else() if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") target_compile_options(sdrpp_core PRIVATE -static) - target_link_options(sdrpp_core PRIVATE -static-libgcc -static-libstdc++) endif () endif ()