diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 8023803e7..864ea77d1 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -104,7 +104,7 @@ if (NOT ${CMAKE_CURRENT_BINARY_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}) if (CMAKE_HOST_UNIX) set(command ln -s ${target} ${link}) else() - set(command cmd.exe /c mklink ${link} ${target}) + set(command cmd.exe /c mklink /d ${link} ${target}) endif() execute_process(COMMAND ${command}