Skip to content

Commit

Permalink
[devel/jrl-cmakemodules] require CMake >= 3.1
Browse files Browse the repository at this point in the history
ref jrl-umi3218/jrl-cmakemodules#338

Affected WIP packages:
- wip/eiquadprog
- wip/example-robot-data
- wip/py-example-robot-data
  • Loading branch information
nim65s committed Mar 11, 2020
1 parent 2f9f4ab commit ca787e4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion eiquadprog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ COMMENT= algorithm of Goldfarb and Idnani for the solution of a QP
LICENSE= gnu-lgpl-v3
MAINTAINER= gsaurel@laas.fr

DEPEND_ABI.cmake+= cmake>=3.0.0
DEPEND_ABI.eigen3+= eigen3>=3.2.92

include ../../devel/jrl-cmakemodules/Makefile.common
Expand Down
2 changes: 0 additions & 2 deletions example-robot-data/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions py-example-robot-data/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ca787e4

Please sign in to comment.