From 2bdd485e5e474f354f60322ab092755710949608 Mon Sep 17 00:00:00 2001 From: Sude Date: Tue, 3 May 2016 17:12:23 +0300 Subject: [PATCH] CMake: set minimum required version of curl to 7.32.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e0a61e9..c10a306 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ find_package(Boost program_options date_time ) -find_package(CURL 7.17.1 REQUIRED) +find_package(CURL 7.32.0 REQUIRED) find_package(OAuth REQUIRED) find_package(Jsoncpp REQUIRED) find_package(Htmlcxx REQUIRED)