From 4d376318dadd7e4c3b6231c4084506ff32c0b6b5 Mon Sep 17 00:00:00 2001
From: AlQuemist <alquemist@Lyriks>
Date: Fri, 21 Jul 2023 13:06:55 +0200
Subject: [PATCH] App/CMakeLists.txt: rm previous mechanism external libraries

---
 App/CMakeLists.txt | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/App/CMakeLists.txt b/App/CMakeLists.txt
index 3c9194d1326..3a62224964e 100644
--- a/App/CMakeLists.txt
+++ b/App/CMakeLists.txt
@@ -118,12 +118,6 @@ if(BA_APPLE_BUNDLE)
     # adjust MacOS bundle
     set(MACPKG_ROOT_DIR "${CMAKE_INSTALL_PREFIX}/${destination_prefix}")
     set(MACPKG_MAIN_EXE "${executable_name}")
-    # NOTE: Only cerf and formfactor libraries should be passed;
-    #   other libraries will be found automatically.
-    set(MACPKG_EXTRA_LIBS
-        ${Cerf_LIBRARIES}
-        ${FormFactor_LIBRARIES}
-        )
     # list of required Qt plugins (paths relative to Qt root dir)
     set(MACPKG_QT_PLUGINS_RELDIR "${QT6_INSTALL_PLUGINS}")
     set(MACPKG_QT_PLUGINS
-- 
GitLab