mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 00:22:41 +00:00
third-party: fix some whitespace issues from the recent splitting
This commit is contained in:
2
third-party/cmake/BuildLibtermkey.cmake
vendored
2
third-party/cmake/BuildLibtermkey.cmake
vendored
@@ -1,4 +1,3 @@
|
||||
|
||||
ExternalProject_Add(libtermkey
|
||||
PREFIX ${DEPS_BUILD_DIR}
|
||||
URL ${LIBTERMKEY_URL}
|
||||
@@ -18,5 +17,6 @@ ExternalProject_Add(libtermkey
|
||||
PKG_CONFIG_PATH=${DEPS_LIB_DIR}/pkgconfig
|
||||
CFLAGS=-fPIC
|
||||
install)
|
||||
|
||||
list(APPEND THIRD_PARTY_DEPS libtermkey)
|
||||
add_dependencies(libtermkey libunibilium)
|
||||
|
||||
Reference in New Issue
Block a user