chore: Enable CMake 4 support (#2387)

This commit is contained in:
Ayaz Salikhov
2025-08-04 15:18:21 +01:00
committed by GitHub
parent dc18aefb33
commit a446d85297
5 changed files with 34 additions and 52 deletions

View File

@@ -7,7 +7,7 @@
- [Python 3.7](https://www.python.org/downloads/)
- [Conan 2.17.0](https://conan.io/downloads.html)
- [CMake 3.20, <4.0](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