Author: rinrab
Date: Sat Oct 5 08:24:53 2024
New Revision: 1921128
URL: http://svn.apache.org/viewvc?rev=1921128&view=rev
Log:
cmake: Fix option description.
* CMakeLists.txt
(SVN_ENABLE_AUTH_KWALLET): Change 'authentification' (mistyped) to
just 'auth'.
Modified:
subversion/trunk/CMakeLists.txt
Modified: subversion/trunk/CMakeLists.txt
URL:
http://svn.apache.org/viewvc/subversion/trunk/CMakeLists.txt?rev=1921128&r1=1921127&r2=1921128&view=diff
==============================================================================
--- subversion/trunk/CMakeLists.txt (original)
+++ subversion/trunk/CMakeLists.txt Sat Oct 5 08:24:53 2024
@@ -89,7 +89,7 @@ option(SVN_ENABLE_FS_FS "Enable Subversi
option(SVN_ENABLE_FS_X "Enable Subversion FSX Repository Filesystem Library"
ON)
option(SVN_ENABLE_FS_BASE "Enable Subversion Filesystem Base Library (NOT
IMPLEMENTED and DEPRECATED)" OFF)
option(SVN_ENABLE_NLS "Enable gettext functionality" OFF)
-option(SVN_ENABLE_AUTH_KWALLET "Enable KWallet authentification library" OFF)
+option(SVN_ENABLE_AUTH_KWALLET "Enable KWallet auth library" OFF)
option(SVN_ENABLE_AUTH_GNOME_KEYRING "Enable GNOME Keyring for auth
credentials" OFF)
option(SVN_INSTALL_PRIVATE_H "Install private header files." OFF)