mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
build/msvc: Remove unnecessary copy command for msgpack DLL
This commit is contained in:
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}
|
||||
|
Reference in New Issue
Block a user