Skip to content
Snippets Groups Projects
Unverified Commit 002b8377 authored by Justus Ranvier's avatar Justus Ranvier
Browse files

bump msgpack required version to 1.2 since package doesn't compile against 1.1

parent 263aef68
Branches
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ option (OPENDHT_DEBUG "Build with debug flags" OFF) ...@@ -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}") 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 (GnuTLS 3.1 REQUIRED)
find_package (Msgpack 1.1 REQUIRED) find_package (Msgpack 1.2 REQUIRED)
if (OPENDHT_TOOLS) if (OPENDHT_TOOLS)
find_package (Readline 6 REQUIRED) find_package (Readline 6 REQUIRED)
endif () endif ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment