From 5d77f58596ab2049995aff1756e714a854cbef80 Mon Sep 17 00:00:00 2001 From: tooomm Date: Thu, 29 May 2025 19:40:15 +0200 Subject: [PATCH] Update CMakeLists.txt --- oracle/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oracle/CMakeLists.txt b/oracle/CMakeLists.txt index e73bce0fb..e1e135ea8 100644 --- a/oracle/CMakeLists.txt +++ b/oracle/CMakeLists.txt @@ -254,8 +254,8 @@ Translations = Resources/translations\") # Ignore directories that contain unwanted DLLs (liblzma.dll) set(FIXUP_BUNDLE_IGNORE_PATHS - \"${CMAKE_SOURCE_DIR}/oracle\" - \"${CMAKE_SOURCE_DIR}/vcpkg_installed/x64-windows/debug/bin\") + \"\${CMAKE_INSTALL_PREFIX}/oracle\" + \"\${CMAKE_INSTALL_PREFIX}/vcpkg_installed/x64-windows/debug/bin\") include(BundleUtilities) fixup_bundle(\"\${CMAKE_INSTALL_PREFIX}/Oracle.exe\" \"\${QTPLUGINS}\" \"${libSearchDirs}\")