From 002b8377dd67965e70fcd4bdccae02c8c0c8fbf9 Mon Sep 17 00:00:00 2001 From: Justus Ranvier <justusranvier@riseup.net> Date: Tue, 22 Dec 2015 16:19:35 -0600 Subject: [PATCH] bump msgpack required version to 1.2 since package doesn't compile against 1.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 155d2ede..47acc898 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ option (OPENDHT_DEBUG "Build with debug flags" OFF) set (CMAKE_CXX_FLAGS "-pthread -std=c++11 -Wno-return-type -Wall -Wextra -Wnon-virtual-dtor ${CMAKE_CXX_FLAGS}") find_package (GnuTLS 3.1 REQUIRED) -find_package (Msgpack 1.1 REQUIRED) +find_package (Msgpack 1.2 REQUIRED) if (OPENDHT_TOOLS) find_package (Readline 6 REQUIRED) endif () -- GitLab