From 7986da09d4ce54ded816a22fe0a06f827ec85cca Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 4 Dec 2021 14:45:45 +0100 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a374b72ae..eaa0f97fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -178,12 +178,7 @@ if (${DYNAMIC_ARCH}) add_subdirectory(kernel) foreach(TARGET_CORE ${DYNAMIC_CORE}) message("${TARGET_CORE}") - if (APPLE AND BUILD_SHARED_LIBS) - add_library( libtmp${TARGET_CORE} $) - list(APPEND TARGET_OBJS "libtmp${TARGET_CORE}") - else () list(APPEND TARGET_OBJS "$") - endif () endforeach() endif ()