From d25e73a191d8e31d51607f53d5cd01be775a2ce1 Mon Sep 17 00:00:00 2001 From: Ross maxx Date: Mon, 13 May 2024 21:21:39 +0530 Subject: [PATCH] remove flag completely --- plugins/LadspaEffect/caps/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/LadspaEffect/caps/CMakeLists.txt b/plugins/LadspaEffect/caps/CMakeLists.txt index 76cffd8c213..ea2c1b7e9f6 100644 --- a/plugins/LadspaEffect/caps/CMakeLists.txt +++ b/plugins/LadspaEffect/caps/CMakeLists.txt @@ -27,7 +27,3 @@ IF(LMMS_BUILD_WIN32) COMMAND_EXPAND_LISTS ) ENDIF(LMMS_BUILD_WIN32) - -IF(NOT LMMS_BUILD_APPLE AND NOT LMMS_BUILD_OPENBSD AND NOT MSVC) - target_link_libraries(caps PUBLIC "-shared -Wl -no-undefined") -ENDIF()