use correct dde install path for win

This commit is contained in:
Stephen Birarda 2016-01-08 15:03:03 -08:00
parent fcd9d9b810
commit 8662fd0afb

View file

@ -253,7 +253,7 @@ endif ()
if (WIN32 AND DEFINED ENV{DDE_ARCHIVE_DIR})
install(
DIRECTORY $ENV{DDE_APP_PATH}
DIRECTORY $ENV{DDE_ARCHIVE_DIR}/
DESTINATION ${INTERFACE_INSTALL_DIR}/dde
COMPONENT ${DDE_COMPONENT}
)