From bebd4bd31c352badcb1d91193503f20565fd0ede Mon Sep 17 00:00:00 2001 From: gahr Date: Mon, 12 Mar 2018 08:18:11 +0000 Subject: devel/catch: unbreak, requires c++14 --- devel/catch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/catch/Makefile b/devel/catch/Makefile index dc9ed7a6d7e2..0f0eb3e75d89 100644 --- a/devel/catch/Makefile +++ b/devel/catch/Makefile @@ -12,7 +12,7 @@ COMMENT= Header-only test framework for C++ LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= compiler:c++11-lang cmake pathfix +USES= compiler:c++14-lang cmake pathfix USE_GITHUB= yes GH_ACCOUNT= catchorg GH_PROJECT= Catch2 -- cgit