aboutsummaryrefslogtreecommitdiff
path: root/third-party/cmake/BuildMsgpack.cmake
diff options
context:
space:
mode:
authorb-r-o-c-k <brockmammen@gmail.com>2018-02-28 19:14:27 -0600
committerb-r-o-c-k <brockmammen@gmail.com>2018-02-28 19:38:30 -0600
commit3a6ee8819eecf45b108dde7b992c119710711ecc (patch)
tree31c94406281030169dcc447df301a05e55b0ba91 /third-party/cmake/BuildMsgpack.cmake
parent0169872fd33feb0d9b2978b183fa6dfec3d4f086 (diff)
downloadrneovim-3a6ee8819eecf45b108dde7b992c119710711ecc.tar.gz
rneovim-3a6ee8819eecf45b108dde7b992c119710711ecc.tar.bz2
rneovim-3a6ee8819eecf45b108dde7b992c119710711ecc.zip
build/msvc: Remove unnecessary copy command for msgpack DLL
Diffstat (limited to 'third-party/cmake/BuildMsgpack.cmake')
-rw-r--r--third-party/cmake/BuildMsgpack.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/third-party/cmake/BuildMsgpack.cmake b/third-party/cmake/BuildMsgpack.cmake
index 779cb1ebfe..616b6e5f83 100644
--- a/third-party/cmake/BuildMsgpack.cmake
+++ b/third-party/cmake/BuildMsgpack.cmake
@@ -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}