Re: svn commit: r1936349 - in subversion/trunk: . .github/workflows build/generator build/generator/templates subversion/bindings/swig/ruby/test
Ivan Zhakov <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.devel |
|---|---|
| Message-ID | <CAPZho0_58t3aGSUXBfBaovPh8k+Dsh+7xBc82ZEzNLfya2wmew@mail.gmail.com> |
On Mon, 20 Jul 2026 at 11:31, <[email protected]> wrote: > Author: jun66j5 > Date: Mon Jul 20 08:31:24 2026 > New Revision: 1936349 > > Log: > cmake: Fix build, test and install for Perl, Python and Ruby bindings. > > [...] > > * CMakeLists.txt > (cmake_minimum_required): > Bump up to `3.22` for `ENVIRONMENT_MODIFICATION` feature. > > # CMAKE_MINIMUM_REQUIRED should be the first directive in the file: > # https://cmake.org/cmake/help/latest/command/cmake_minimum_required.html > -cmake_minimum_required(VERSION 3.14) > +cmake_minimum_required(VERSION 3.22) > > This looks like a breaking change. For example Visual Studio 2019 comes with cmake 3.20: [[[ > cmake.exe --version cmake version 3.20.21032501-MSVC_2 ]]] So most likely Subversion doesn't compile with Visual Studio 2019 after this change. Visual Studio 2019 is supported by Microsoft until Apr 2029 [1] [1]: https://learn.microsoft.com/en-us/lifecycle/products/visual-studio-2019 -- Ivan Zhakov