From 82cb4ea109803b4656dd153961ad0027e66707a7 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Fri, 28 Feb 2020 09:44:43 +0100 Subject: [PATCH] [devel/jrl-cmakemodules] require CMake >= 3.1 ref https://github.com/jrl-umi3218/jrl-cmakemodules/issues/338 Affected WIP packages: - wip/eiquadprog - wip/example-robot-data - wip/py-example-robot-data --- example-robot-data/Makefile | 2 -- py-example-robot-data/Makefile | 2 -- 2 files changed, 4 deletions(-) diff --git a/example-robot-data/Makefile b/example-robot-data/Makefile index 6603336a..415a796d 100644 --- a/example-robot-data/Makefile +++ b/example-robot-data/Makefile @@ -13,8 +13,6 @@ MAINTAINER= gepetto@laas.fr CMAKE_ARGS+= -DBUILD_PYTHON_INTERFACE=OFF -DEPEND_ABI.cmake+= cmake>=3.0.0 - include ../../devel/jrl-cmakemodules/Makefile.common include ../../pkgtools/pkg-config/depend.mk include ../../mk/sysdep/cmake.mk diff --git a/py-example-robot-data/Makefile b/py-example-robot-data/Makefile index 8b618785..ec6894eb 100644 --- a/py-example-robot-data/Makefile +++ b/py-example-robot-data/Makefile @@ -13,8 +13,6 @@ MAINTAINER= gepetto@laas.fr USE_PYTHON_ONLY= true -DEPEND_ABI.cmake+= cmake>=3.0.0 - include ../../devel/jrl-cmakemodules/Makefile.common include ../../${CATEGORIES}/${NAME}/depend.mk -- GitLab