aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-07-09 18:55:16 +0200
committerGitHub <noreply@github.com>2019-07-09 18:55:16 +0200
commit03a022622144acd46276322d19f0d1592ec57466 (patch)
treea46f6d492eaacde4736fc88fac5213731180df45
parent7cf7c0a0b8e9ea41ccff8a9d8beb9186eb57d2e8 (diff)
downloadrneovim-03a022622144acd46276322d19f0d1592ec57466.tar.gz
rneovim-03a022622144acd46276322d19f0d1592ec57466.tar.bz2
rneovim-03a022622144acd46276322d19f0d1592ec57466.zip
build: LibUV: required version: 1.28.0 (#10456)
For uv_gettimeofday.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1a1ad9cf12..00473a2367 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -378,7 +378,7 @@ endif()
include_directories("${PROJECT_BINARY_DIR}/config")
include_directories("${PROJECT_SOURCE_DIR}/src")
-find_package(LibUV REQUIRED) # minimum version: v1.12
+find_package(LibUV 1.28.0 REQUIRED)
include_directories(SYSTEM ${LIBUV_INCLUDE_DIRS})
find_package(Msgpack 1.0.0 REQUIRED)