On Tue, Jul 21, 2026 at 7:40 PM Ivan Zhakov <[email protected]> wrote: > > 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
Restored the cmake_minimum_required to 3.14 in r1936422. -- Jun Omae <[email protected]> (大前 潤)

