aboutsummaryrefslogtreecommitdiff
path: root/cmake.deps/cmake
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-09-06 22:41:37 +0200
committerGitHub <noreply@github.com>2022-09-06 22:41:37 +0200
commit694ac269468fce8a5e02f0aceb46dbee5528a9d7 (patch)
tree3fb4fdbb498afadd03dce347a6e90090ac1ad533 /cmake.deps/cmake
parent74a8b5982a27cdccc6505343a9feeba1b3e74e31 (diff)
parentb76e33b5989dcdbc48cdb6f099c9c0c917efa610 (diff)
downloadrneovim-694ac269468fce8a5e02f0aceb46dbee5528a9d7.tar.gz
rneovim-694ac269468fce8a5e02f0aceb46dbee5528a9d7.tar.bz2
rneovim-694ac269468fce8a5e02f0aceb46dbee5528a9d7.zip
Merge pull request #17329 from cryptomilk/asn-vterm-0-2
build(deps): bump libvterm to 0.3-RC1
Diffstat (limited to 'cmake.deps/cmake')
-rw-r--r--cmake.deps/cmake/BuildLibvterm.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/cmake.deps/cmake/BuildLibvterm.cmake b/cmake.deps/cmake/BuildLibvterm.cmake
index 1f7088cdb7..10ddbb47ba 100644
--- a/cmake.deps/cmake/BuildLibvterm.cmake
+++ b/cmake.deps/cmake/BuildLibvterm.cmake
@@ -32,12 +32,6 @@ function(BuildLibvterm)
endfunction()
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 --ignore-whitespace
- ${CMAKE_CURRENT_SOURCE_DIR}/patches/libvterm-Remove-VLAs-for-MSVC.patch)
- endif()
set(LIBVTERM_CONFIGURE_COMMAND ${CMAKE_COMMAND} -E copy
${CMAKE_CURRENT_SOURCE_DIR}/cmake/LibvtermCMakeLists.txt
${DEPS_BUILD_DIR}/src/libvterm/CMakeLists.txt