7 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
4c127797da check: run pre-commit on all files 2022-03-18 16:12:21 +01:00
6593413081 build: CCACHE_BASEDIR is no longer set by default 2021-06-08 17:58:49 +02:00
cb5371dec9 build: enable_ccache() refactored 2021-05-09 13:56:19 +02:00
7b0730cf17 build: ccache support added 2021-05-08 18:28:49 +02:00