mirror of
https://github.com/neovim/neovim.git
synced 2025-12-07 15:14:04 +00:00
build: fix a missing reference to libunibilium missed in #2125
This commit is contained in:
2
third-party/cmake/BuildLibtermkey.cmake
vendored
2
third-party/cmake/BuildLibtermkey.cmake
vendored
@@ -19,4 +19,4 @@ ExternalProject_Add(libtermkey
|
||||
install)
|
||||
|
||||
list(APPEND THIRD_PARTY_DEPS libtermkey)
|
||||
add_dependencies(libtermkey libunibilium)
|
||||
add_dependencies(libtermkey unibilium)
|
||||
|
||||
Reference in New Issue
Block a user