Skip to content

Commit

Permalink
Set 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 a54f067 commit 42b3091
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)
cmake_minimum_required(VERSION 3.16..3.28)

project(ROBOTICSLAB_YARP_DEVICES LANGUAGES CXX)

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ Some tricks for the different devices contained in this repository can be found

## Status

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

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

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

Expand Down

0 comments on commit 42b3091

Please sign in to comment.