Round 8 of gcc-12 attempts (#1301)

Fixes #1271
This commit is contained in:
Alex Kremer
2024-03-28 03:22:03 +00:00
committed by GitHub
parent d2439cc8a9
commit 231556d850
5 changed files with 28 additions and 44 deletions

View File

@@ -6,7 +6,7 @@ Clio is built with [CMake](https://cmake.org/) and uses [Conan](https://conan.io
- [Python 3.7](https://www.python.org/downloads/)
- [Conan 1.55](https://conan.io/downloads.html)
- [CMake 3.16](https://cmake.org/download/)
- [CMake 3.20](https://cmake.org/download/)
- [**Optional**] [GCovr](https://gcc.gnu.org/onlinedocs/gcc/Gcov.html): needed for code coverage generation
- [**Optional**] [CCache](https://ccache.dev/): speeds up compilation if you are going to compile Clio often