5 Commits

Author SHA1 Message Date
2e557e4179 build: all CMake modules bumped to require at least CMake 3.15 2024-07-14 18:02:53 +02:00
267db9e2a2 Update minimum cmake version to 3.5
Currently, cmake is emitting the following warning:

```
CMake Deprecation Warning at cmake/ccache.cmake:23 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.
```

Update the CMake min version to 3.5 to unclutter the build logs and ensure users don't get broken by the deprecation.
2023-12-16 11:51:58 -08:00
cf7a7ed17a check: run pre-commit on all files 2022-04-02 18:58:23 +02:00
54457b2457 style: typo fixed 2021-11-04 12:24:34 +01:00
2e4b9483fa build: modern_project_structure.cmake added 2021-05-07 20:45:24 +02:00