From 119788ab45c1ade22ff1d91920321c79db28d8d3 Mon Sep 17 00:00:00 2001
From: Arnaud Degroote <arnaud.degroote@isae.fr>
Date: Mon, 13 Oct 2014 14:21:12 +0200
Subject: [PATCH] [wip/certi] Document the needed cmake version

certi CMakeLists.txt use target_include_directories and other target
relative method introduced in 2.8.11
---
 certi/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/certi/Makefile b/certi/Makefile
index a6e9e859..f3890b44 100644
--- a/certi/Makefile
+++ b/certi/Makefile
@@ -14,6 +14,8 @@ HOMEPAGE=	https://savannah.nongnu.org/projects/certi
 COMMENT=	An Open Source HLA RTI (High Level Architecture)
 LICENSE=	gnu-gpl-v2
 
+DEPEND_ABI.cmake= cmake>=2.8.11
+
 PKG_SUPPORTED_OPTIONS+=		gui
 PKG_OPTION_DESCR.gui=		Enable GUI support
 define PKG_OPTION_SET.gui
-- 
GitLab