From e40d5e8329a46d2de9232e3f12be6eb0013a21dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Mon, 23 Oct 2017 13:28:39 +0200 Subject: [PATCH] Require version 1.4.0 or later. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d347e9c..7c64e8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ option(BUILD_SHARED_LIB find_package(GnuTLS REQUIRED) find_package(PkgConfig REQUIRED) -pkg_search_module(OPENDHT REQUIRED opendht) +pkg_search_module(OPENDHT REQUIRED opendht>=1.4.0) include_directories( "include/"