aboutsummaryrefslogtreecommitdiff
path: root/third-party/cmake/BuildLibvterm.cmake
diff options
context:
space:
mode:
authorb-r-o-c-k <brockmammen@gmail.com>2018-03-17 16:20:14 -0500
committerb-r-o-c-k <brockmammen@gmail.com>2018-03-18 12:50:39 -0500
commitbf789b04f3d8b06f836aab384f3dee39b0188df6 (patch)
tree332dfd986e3e5f91c8003cddfdeb8bd7e70ffe21 /third-party/cmake/BuildLibvterm.cmake
parent4e02f1ab871f30d80250537877924d522497493b (diff)
downloadrneovim-bf789b04f3d8b06f836aab384f3dee39b0188df6.tar.gz
rneovim-bf789b04f3d8b06f836aab384f3dee39b0188df6.tar.bz2
rneovim-bf789b04f3d8b06f836aab384f3dee39b0188df6.zip
build/windows: Ignore whitespace when applying patches
The --ignore-whitespace argument was added when applying patches to prevent failures when patched files have different line endings.
Diffstat (limited to 'third-party/cmake/BuildLibvterm.cmake')
-rw-r--r--third-party/cmake/BuildLibvterm.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/cmake/BuildLibvterm.cmake b/third-party/cmake/BuildLibvterm.cmake
index 73e2990654..f37fca56dd 100644
--- a/third-party/cmake/BuildLibvterm.cmake
+++ b/third-party/cmake/BuildLibvterm.cmake
@@ -38,7 +38,7 @@ if(WIN32)
if(MSVC)
set(LIBVTERM_PATCH_COMMAND
${GIT_EXECUTABLE} -C ${DEPS_BUILD_DIR}/src/libvterm init
- COMMAND ${GIT_EXECUTABLE} -C ${DEPS_BUILD_DIR}/src/libvterm apply
+ COMMAND ${GIT_EXECUTABLE} -C ${DEPS_BUILD_DIR}/src/libvterm apply --ignore-whitespace
${CMAKE_CURRENT_SOURCE_DIR}/patches/libvterm-Remove-VLAs-for-MSVC.patch)
endif()
set(LIBVTERM_CONFIGURE_COMMAND ${CMAKE_COMMAND} -E copy