Author: lyalyakin
Date: Fri Sep 4 09:49:32 2026
New Revision: 1937850
Log:
The Autoconf build will remain the default for Unix. Fix the statement in
INSTALL that said otherwise (that CMake would become the default for all
platforms).
* INSTALL
(II): Fix a statement on CMake.
Patch by: hartmannathan
Modified:
subversion/trunk/INSTALL
Modified: subversion/trunk/INSTALL
==============================================================================
--- subversion/trunk/INSTALL Fri Sep 4 08:58:02 2026 (r1937849)
+++ subversion/trunk/INSTALL Fri Sep 4 09:49:32 2026 (r1937850)
@@ -126,10 +126,10 @@ II. INSTALLATION
The first two have been in use since 2001. Sections A and C below
describe
the classic build system.
- The CMake build system was created in 2024 and is still under
- development. It will be included in Subversion 1.15 and is expected to
- be the default build system starting with Subversion 1.16. Section B
- below describes the CMake build system.
+ Subversion's CMake-based build system was created in 2024 and is still
+ under development. It will be included in Subversion 1.15 and is
+ expected to be the default build system for Windows platforms starting
+ with Subversion 1.16. Section B below describes the CMake build system.
A. Building with autoconf and make (Unix only)
-------------------------------------------