From 8842c66109429b791342a9062de8581ab53e1251 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Thu, 7 Jan 2016 18:05:52 -0800 Subject: [PATCH] include trailing slash in windows file copy --- cmake/macros/InstallBesideConsole.cmake | 2 +- interface/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/macros/InstallBesideConsole.cmake b/cmake/macros/InstallBesideConsole.cmake index f598424e66..12bbc3bcda 100644 --- a/cmake/macros/InstallBesideConsole.cmake +++ b/cmake/macros/InstallBesideConsole.cmake @@ -28,7 +28,7 @@ macro(install_beside_console) else () # setup install of executable and things copied by fixup/windeployqt install( - FILES $ + FILES "$/" DESTINATION ${COMPONENT_DESTINATION} COMPONENT ${SERVER_COMPONENT} ) diff --git a/interface/CMakeLists.txt b/interface/CMakeLists.txt index c656f32359..4dcc86f03c 100644 --- a/interface/CMakeLists.txt +++ b/interface/CMakeLists.txt @@ -231,7 +231,7 @@ else (APPLE) # setup install of executable and things copied by fixup/windeployqt install( - FILES $ + FILES "$/" DESTINATION ${INTERFACE_INSTALL_DIR} COMPONENT ${CLIENT_COMPONENT} )