mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
build: bump required minimum libvterm version to 0.3.3
Also add detection for libvterm patch version.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user