aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cdb979e638..44ef04f582 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1992,7 +1992,7 @@ if(NOT WIN32)
endif()
if(USE_REPOSITORY)
- set(_dll_output_dir "${DATAFILE_DIR}")
+ set(_dll_output_dir "$<TARGET_FILE_DIR:wsutil>")
add_custom_target(copy_cli_dlls)
set_target_properties(copy_cli_dlls PROPERTIES FOLDER "Copy Tasks")
add_custom_command(TARGET copy_cli_dlls PRE_BUILD