From f8b3f375fed7a95500333780e82f900f300a57ce Mon Sep 17 00:00:00 2001 From: Borislav Stanimirov Date: Mon, 9 Dec 2024 15:00:06 +0200 Subject: [PATCH] docs(third-party): fix link and name of icm, ref #204 --- third-party.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/third-party.md b/third-party.md index 528f947c..7cd8c3cf 100644 --- a/third-party.md +++ b/third-party.md @@ -8,7 +8,7 @@ If you like our software, consider giving these libraries a star on GitHub, a do Here's the list in no particular order: -## In Alpaca Core Local itself +## Embedded in AC Local itself | Library | Usage | | --- | --- | @@ -29,6 +29,6 @@ Here's the list in no particular order: | Library | Usage | | --- | --- | | [CPM.cmake](https://github.com/TheLartians/CPM.cmake) | package management | -| [iboB's CMake Modules](https://github.com/iboB/splat) | CMake modules | +| [ICM](https://github.com/iboB/icm) | CMake modules | | [doctest](https://github.com/doctest/doctest) | testing | | [doctest-util](https://github.com/iboB/doctest-util) | testing |