mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
build/msvc: Remove unnecessary copy command for msgpack DLL
This commit is contained in:
parent
0169872fd3
commit
3a6ee8819e
3
third-party/cmake/BuildMsgpack.cmake
vendored
3
third-party/cmake/BuildMsgpack.cmake
vendored
@ -70,9 +70,6 @@ elseif(MSVC)
|
||||
# Make sure we use the same generator, otherwise we may
|
||||
# accidentaly end up using different MSVC runtimes
|
||||
-DCMAKE_GENERATOR=${CMAKE_GENERATOR})
|
||||
# Place the DLL in the bin folder
|
||||
set(MSGPACK_INSTALL_COMMAND ${MSGPACK_INSTALL_COMMAND}
|
||||
COMMAND ${CMAKE_COMMAND} -E copy ${DEPS_INSTALL_DIR}/lib/msgpack.dll ${DEPS_INSTALL_DIR}/bin)
|
||||
endif()
|
||||
|
||||
BuildMsgpack(CONFIGURE_COMMAND ${MSGPACK_CONFIGURE_COMMAND}
|
||||
|
Loading…
Reference in New Issue
Block a user