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 packages:
- math/pinocchio
- math/py-pinocchio
  • Loading branch information
nim65s committed Feb 28, 2020
1 parent 4a66efa commit b67be2e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions devel/jrl-cmakemodules/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ DYNAMIC_PLIST_DIRS+= share/doc/${NAME}

include ../../pkgtools/pkg-config/depend.mk
include ../../mk/sysdep/cmake.mk

DEPEND_ABI.cmake+= cmake>=3.1.0
1 change: 0 additions & 1 deletion math/pinocchio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ include ../../mk/sysdep/cmake.mk
include ../../mk/language/c.mk
include ../../mk/language/c++11.mk

DEPEND_ABI.cmake += cmake>=2.8.12
DEPEND_ABI.urdfdom += urdfdom>=0.2.3

include ../../mk/robotpkg.mk
1 change: 0 additions & 1 deletion math/py-pinocchio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ include ../../mk/sysdep/python.mk
include ../../mk/language/c.mk
include ../../mk/language/c++11.mk

DEPEND_ABI.cmake += cmake>=2.8.12
DEPEND_ABI.boost-headers += boost-headers>=1.55

include ../../mk/robotpkg.mk

0 comments on commit b67be2e

Please sign in to comment.