aboutsummaryrefslogtreecommitdiff
path: root/src/nvim
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2023-10-25 16:54:20 +0200
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2023-10-28 10:46:58 +0200
commit7a5effb0f95e295c265fe09e7414d859a6d79657 (patch)
treeb97281778043ee4fa248a574420b49f7f2296d38 /src/nvim
parentac353e87aecf02315d82a3ad22725d2bc8140f0c (diff)
downloadrneovim-7a5effb0f95e295c265fe09e7414d859a6d79657.tar.gz
rneovim-7a5effb0f95e295c265fe09e7414d859a6d79657.tar.bz2
rneovim-7a5effb0f95e295c265fe09e7414d859a6d79657.zip
build: bump required minimum libvterm version to 0.3.3
Also add detection for libvterm patch version.
Diffstat (limited to 'src/nvim')
-rw-r--r--src/nvim/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt
index 839764121c..9cad80db23 100644
--- a/src/nvim/CMakeLists.txt
+++ b/src/nvim/CMakeLists.txt
@@ -28,7 +28,7 @@ target_link_libraries(main_lib INTERFACE ${LUV_LIBRARY})
find_package(Iconv REQUIRED)
find_package(Lpeg REQUIRED)
find_package(Libtermkey 0.22 REQUIRED)
-find_package(Libvterm 0.3 REQUIRED)
+find_package(Libvterm 0.3.3 REQUIRED)
find_package(Msgpack 1.0.0 REQUIRED)
find_package(Treesitter 0.20.8 REQUIRED)
find_package(Unibilium 2.0 REQUIRED)