Skip to content
Snippets Groups Projects
Commit ec5d1645 authored by Stepan Salenikovich's avatar Stepan Salenikovich Committed by Alexandre Viau
Browse files

contrib: specify jsoncpp min version >= 1.6.5

Ubuntu still ships 0.10.5, so the contrib version should still be
used in that case.

Change-Id: I115cac27cab827367e92967a9fcb9cc8cfa29ccf
Tuleap: #597
parent 3d566657
Branches
Tags
No related merge requests found
...@@ -4,7 +4,7 @@ JSONCPP_URL := https://github.com/open-source-parsers/jsoncpp/archive/$(JSONCPP_ ...@@ -4,7 +4,7 @@ JSONCPP_URL := https://github.com/open-source-parsers/jsoncpp/archive/$(JSONCPP_
PKGS += jsoncpp PKGS += jsoncpp
ifeq ($(call need_pkg,'jsoncpp'),) ifeq ($(call need_pkg,"jsoncpp >= 1.6.5"),)
PKGS_FOUND += jsoncpp PKGS_FOUND += jsoncpp
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment