Commit d14fc94
authored
Cmake error fix clean (#36882)
### Details:
The master branch now requires CMake 3.26 at configure time, but docs
publishing environments can still expose an older system CMake such as
3.18.0. The release branch continues to build there because it has not
raised the top-level CMake minimum.
Add CMake to the documentation requirements so dependency installation
provides a compatible cmake executable before the docs CMake configure
step runs.
### Tickets:
- no ticket
### AI Assistance:
- AI assistance used: no1 parent 36ba9ec commit d14fc94
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments