From a27c66a3ea5b43dc2da5d2e93db64b1ba4e8e96a Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Thu, 13 Jan 2022 02:44:07 +0100 Subject: [PATCH] Remove badges (#327) As we now use the unified CI workflow (#326), it seems we unfortunately [can't have separate badges for each OS](https://github.community/t/separate-workflow-badges-when-using-matrix-testing-possible/16708). As the display of the badges was to reference the cross-platform nature of the project, imo it can be replaced by adding a reference in the introduction instead. --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index a2cd33a..7a8802d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,3 @@ -[![Actions Status](https://github.com/cpm-cmake/CPM.cmake/workflows/MacOS/badge.svg)](https://github.com/cpm-cmake/CPM.cmake/actions) -[![Actions Status](https://github.com/cpm-cmake/CPM.cmake/workflows/Windows/badge.svg)](https://github.com/cpm-cmake/CPM.cmake/actions) -[![Actions Status](https://github.com/cpm-cmake/CPM.cmake/workflows/Ubuntu/badge.svg)](https://github.com/cpm-cmake/CPM.cmake/actions)

@@ -10,7 +7,7 @@ # Setup-free CMake dependency management -CPM.cmake is a CMake script that adds dependency management capabilities to CMake. +CPM.cmake is a cross-platform CMake script that adds dependency management capabilities to CMake. It's built as a thin wrapper around CMake's [FetchContent](https://cmake.org/cmake/help/latest/module/FetchContent.html) module that adds version control, caching, a simple API [and more](#comparison-to-pure-fetchcontent--externalproject). ## Manage everything