mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
build: fix a missing reference to libunibilium missed in #2125
This commit is contained in:
parent
59fca5b482
commit
dda914fd6a
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)
|
||||
|
Loading…
Reference in New Issue
Block a user