From 8c15e78315cd99ffdc892fde79eb02a55ff36fe1 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Sun, 3 Oct 2021 19:00:50 +0200 Subject: [PATCH] CI fix 2 --- core/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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 ()