diff options
author | Daniel Hahler <git@thequod.de> | 2019-07-01 03:26:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-01 03:26:05 +0200 |
commit | 6e06f4795a6bd49a55456208dfec987c0498994b (patch) | |
tree | 36faf013c46c65f59cbeb4c755d84ac5b7a27a98 | |
parent | 10a533e9d41ad8917c17e96cf696fcea4b07374f (diff) | |
download | rneovim-6e06f4795a6bd49a55456208dfec987c0498994b.tar.gz rneovim-6e06f4795a6bd49a55456208dfec987c0498994b.tar.bz2 rneovim-6e06f4795a6bd49a55456208dfec987c0498994b.zip |
build: LibLUV: update required version [ci skip] (#10381)
Required after d33aaa0f5.
Does not really make a difference, since the VERSION is not handled with
our FindLibLUV (due to missing pkg-config information
(https://github.com/luvit/luv/issues/354)).
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e729e1bf0..832e37436f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -379,7 +379,7 @@ include_directories(SYSTEM ${LIBUV_INCLUDE_DIRS}) find_package(Msgpack 1.0.0 REQUIRED) include_directories(SYSTEM ${MSGPACK_INCLUDE_DIRS}) -find_package(LibLUV 1.29.1 REQUIRED) +find_package(LibLUV 1.30.0 REQUIRED) include_directories(SYSTEM ${LIBLUV_INCLUDE_DIRS}) # Note: The test lib requires LuaJIT; it will be skipped if LuaJIT is missing. |