diff --git a/qad/QADDeploy.cmake b/qad/QADDeploy.cmake index 475757b..a1ee20b 100644 --- a/qad/QADDeploy.cmake +++ b/qad/QADDeploy.cmake @@ -166,8 +166,8 @@ macro(deploy_target _T) get_target_property(_II ${_L} IMPORTED) if (NOT _II) #message("depend on ${_L}") - set(_DEP_LIBPATH "${_DEP_LIBPATH}\;$") - set(_DEP_LIBS "${_DEP_LIBS}\ $/$") + set(_DEP_LIBPATH "${_DEP_LIBPATH};$") + set(_DEP_LIBS "${_DEP_LIBS} $/$") endif() endif() endforeach()