[C++] Several Bundled Dependencies fail with 4.0
Open
Component: C++
Type: bug
- Dominant language
- C++
- Stars
- 17.1k
- Forks
- 4.3k
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 88
Description
### Describe the bug, including details regarding any error messages, version, and platform.
CMake 4.0 removes support for `cmake_minimum_required(VERSION 3.5)` or less and several of our bundled dependencies still use this. When they are built with 4.0 the build fails.
Confirmed deps listed as sub-issues.
rapidjson and gflags have not fixed this issue and don't seem to want to release anything. Should we really depend on something like this?
### Component(s)
C++
Contributor guide
Assessment
This issue has not been assessed yet.