From 66aa0449a52f13f5532a74a6976f6113022a28ed Mon Sep 17 00:00:00 2001 From: Nevyn Bengtsson Date: Thu, 7 Nov 2019 23:08:44 +0100 Subject: [PATCH] Fix move_dll for VS2019 TARGET_FILE_DIR will do the right thing regardless of VR version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c35e6f7..d8bb58b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -549,7 +549,7 @@ if(WIN32) add_custom_command(TARGET lovr POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy $ - ${CMAKE_CURRENT_BINARY_DIR}/$/$ + $/$ ) endif() endfunction()