mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 21:25:04 -07:00
Merge pull request #2154 from lyuts/build_custom_libtermkey
Fixed compilation when using custom libtermkey (not installed in base system).
This commit is contained in:
commit
70b7ba0ccb
@ -193,7 +193,7 @@ include_directories(SYSTEM ${LIBUNIBILIUM_INCLUDE_DIRS})
|
||||
|
||||
option(LIBTERMKEY_USE_STATIC "Use static libtermkey" ON)
|
||||
find_package(LibTermkey REQUIRED)
|
||||
include_directories(SYSTEM ${LIBTERMEY_INCLUDE_DIRS})
|
||||
include_directories(SYSTEM ${LIBTERMKEY_INCLUDE_DIRS})
|
||||
|
||||
option(LIBVTERM_USE_STATIC "Use static libvterm" ON)
|
||||
find_package(LibVterm REQUIRED)
|
||||
|
Loading…
Reference in New Issue
Block a user