Skip to content

Commit d14fc94

Browse files
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: no
1 parent 36ba9ec commit d14fc94

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Babel==2.18.0
55
beautifulsoup4==4.15.0
66
breathe==4.36.0
77
certifi==2026.6.17
8+
cmake>=3.26
89
colorama==0.4.6
910
Cython==3.2.8
1011
docutils==0.21.2

0 commit comments

Comments
 (0)