Skip to content

Commit

Permalink
Bump max CMake version, fix CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Jul 28, 2024
1 parent 5f83024 commit 0865fe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.16...3.22)
cmake_minimum_required(VERSION 3.16...3.28)

project(ROBOTICSLAB_KINEMATICS_DYNAMICS LANGUAGES CXX)

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ Bartek Lukawski, Juan G. Victores, and Carlos Balaguer. A generic controller for

## Status

[![CI (Linux)](https://github.com/roboticslab-uc3m/kinematics-dynamics/workflows/Continuous%20Integration/badge.svg)](https://github.com/roboticslab-uc3m/kinematics-dynamics/actions)

[![Coverage Status](https://coveralls.io/repos/roboticslab-uc3m/kinematics-dynamics/badge.svg)](https://coveralls.io/r/roboticslab-uc3m/kinematics-dynamics)
[![Continuous Integration](https://github.com/roboticslab-uc3m/kinematics-dynamics/actions/workflows/ci.yml/badge.svg)](https://github.com/roboticslab-uc3m/kinematics-dynamics/actions/workflows/ci.yml)

[![Issues](https://img.shields.io/github/issues/roboticslab-uc3m/kinematics-dynamics.svg?label=Issues)](https://github.com/roboticslab-uc3m/kinematics-dynamics/issues)

Expand Down

0 comments on commit 0865fe3

Please sign in to comment.