Skip to content
Snippets Groups Projects
Commit 86a21b7a authored by Adrien Béraud's avatar Adrien Béraud
Browse files

cmake: add required dependency versions

parent aae6484a
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,8 @@ option (OPENDHT_DEBUG "Build with debug flags" OFF) ...@@ -14,8 +14,8 @@ option (OPENDHT_DEBUG "Build with debug flags" OFF)
set (CMAKE_CXX_FLAGS "-std=c++11 -Wno-return-type -Wall -Wextra -Wnon-virtual-dtor ${CMAKE_CXX_FLAGS}") set (CMAKE_CXX_FLAGS "-std=c++11 -Wno-return-type -Wall -Wextra -Wnon-virtual-dtor ${CMAKE_CXX_FLAGS}")
find_package (GnuTLS REQUIRED) find_package (GnuTLS 3.1 REQUIRED)
find_package (Msgpack REQUIRED) find_package (Msgpack 1.1 REQUIRED)
list (APPEND opendht_SOURCES list (APPEND opendht_SOURCES
src/infohash.cpp src/infohash.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment