mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 01:22:25 +02:00
Merge pull request #14301 from NissimHadar/fixPath
case 19636 - Make path to VCPKG relative to ENV variable
This commit is contained in:
commit
e6cd9a4ffa
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ if (WIN32)
|
|||
add_custom_command(
|
||||
TARGET ${TARGET_NAME}
|
||||
POST_BUILD
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy_directory D:/GitHub/vcpkg/installed/x64-windows/bin "$<TARGET_FILE_DIR:${TARGET_NAME}>"
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy_directory "$ENV{VCPKG_ROOT}/installed/x64-windows/bin" "$<TARGET_FILE_DIR:${TARGET_NAME}>"
|
||||
)
|
||||
|
||||
endif ()
|
Loading…
Reference in a new issue