From 294fc28e29cd88b8f81bbaca598e5284d270b675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 26 Oct 2014 18:54:33 +0100 Subject: Apparently we need the new libuv --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 458d382..88a01c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ set (project_VERSION "${project_VERSION}.${project_VERSION_PATCH}") # Dependencies find_package (PkgConfig REQUIRED) -pkg_check_modules (dependencies REQUIRED ncursesw libuv) +pkg_check_modules (dependencies REQUIRED ncursesw libuv>=0.11) if (USE_SYSTEM_TERMO) find_package (Termo REQUIRED) -- cgit v1.2.3