diff --git a/App/CMakeLists.txt b/App/CMakeLists.txt
index 3c9194d132684c10c67d774c4cf88484dd5cb1d2..3a62224964ecc043de702852f17f51ad15b526eb 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