DepperDan/patches/ecal/ecal_cmakefunctions_fix.patch

14 lines
651 B
Diff

diff --git a/thirdparty/cmakefunctions/cmake_functions/qt/qt_windeployqt.cmake b/thirdparty/cmakefunctions/cmake_functions/qt/qt_windeployqt.cmake
index 7e7ff0f..b429cf8 100644
--- a/thirdparty/cmakefunctions/cmake_functions/qt/qt_windeployqt.cmake
+++ b/thirdparty/cmakefunctions/cmake_functions/qt/qt_windeployqt.cmake
@@ -17,7 +17,7 @@
# ========================= eCAL LICENSE =================================
-set (qt_windeployqt_cmake_path ${CMAKE_CURRENT_LIST_DIR} PARENT_SCOPE)
+set (qt_windeployqt_cmake_path ${CMAKE_CURRENT_LIST_DIR})
# Create convenient function to run windeployqt
function(qt_add_windeployqt_postbuild arguments)