Author: rinrab
Date: Tue Sep 17 20:32:01 2024
New Revision: 1920760

URL: http://svn.apache.org/viewvc?rev=1920760&view=rev
Log:
* INSTALL
  (cmake): Remove trailing whitespaces.

Modified:
    subversion/trunk/INSTALL

Modified: subversion/trunk/INSTALL
URL: 
http://svn.apache.org/viewvc/subversion/trunk/INSTALL?rev=1920760&r1=1920759&r2=1920760&view=diff
==============================================================================
--- subversion/trunk/INSTALL (original)
+++ subversion/trunk/INSTALL Tue Sep 17 20:32:01 2024
@@ -1212,7 +1212,7 @@ II.   INSTALLATION
 
       The process for building on Unix and Windows is the same.
 
-          $ python gen-make.py -t cmake 
+          $ python gen-make.py -t cmake
           $ cmake -B out [build options]
           $ cmake --build out
 
@@ -1221,7 +1221,7 @@ II.   INSTALLATION
       Build options can be added, for example:
 
           $ cmake -B out -DCMAKE_INSTALL_PREFIX=/usr/local/subversion 
-DSVN_ENABLE_RA_SERF=ON
- 
+
       Build options can be listed using:
 
           $ cmake -LH


Reply via email to