From e6ee47f5b8579553d63bd7b14eb8801cc3c1a9e4 Mon Sep 17 00:00:00 2001 From: tooomm Date: Thu, 29 May 2025 20:10:05 +0200 Subject: [PATCH] Update CMakeLists.txt --- oracle/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/oracle/CMakeLists.txt b/oracle/CMakeLists.txt index e1e135ea8..c6ec2d5f6 100644 --- a/oracle/CMakeLists.txt +++ b/oracle/CMakeLists.txt @@ -251,12 +251,6 @@ Translations = Resources/translations\") file(GLOB_RECURSE QTPLUGINS \"\${CMAKE_INSTALL_PREFIX}/${plugin_dest_dir}/*.dll\") set(BU_CHMOD_BUNDLE_ITEMS ON) - - # Ignore directories that contain unwanted DLLs (liblzma.dll) - set(FIXUP_BUNDLE_IGNORE_PATHS - \"\${CMAKE_INSTALL_PREFIX}/oracle\" - \"\${CMAKE_INSTALL_PREFIX}/vcpkg_installed/x64-windows/debug/bin\") - include(BundleUtilities) fixup_bundle(\"\${CMAKE_INSTALL_PREFIX}/Oracle.exe\" \"\${QTPLUGINS}\" \"${libSearchDirs}\") "