Skip to content
Snippets Groups Projects
Commit c9f251d7 authored by François-Simon Fauteux-Chapleau's avatar François-Simon Fauteux-Chapleau
Browse files

msgpack: increase minimum required version

GitLab: #1018
Change-Id: I66db4b10e4621e468bb75937efa52760d116437e
parent 36ed7a60
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ MSGPACK_VERSION := cpp-6.1.0 ...@@ -3,7 +3,7 @@ MSGPACK_VERSION := cpp-6.1.0
MSGPACK_URL := https://github.com/msgpack/msgpack-c/archive/$(MSGPACK_VERSION).tar.gz MSGPACK_URL := https://github.com/msgpack/msgpack-c/archive/$(MSGPACK_VERSION).tar.gz
PKGS += msgpack PKGS += msgpack
ifeq ($(call need_pkg,"msgpack >= 3.1.0"),) ifeq ($(call need_pkg,"msgpack >= 5.0.0"),)
PKGS_FOUND += msgpack PKGS_FOUND += msgpack
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment