svn commit: r1921150 - /subversion/trunk/CMakeLists.txt

[email protected]
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <[email protected]>
Author: rinrab
Date: Sun Oct  6 12:09:58 2024
New Revision: 1921150

URL: http://svn.apache.org/viewvc?rev=1921150&view=rev
Log:
Revert r1921149: committed wrong file :(

Modified:
    subversion/trunk/CMakeLists.txt

Modified: subversion/trunk/CMakeLists.txt
URL: http://svn.apache.org/viewvc/subversion/trunk/CMakeLists.txt?rev=1921150&r1=1921149&r2=1921150&view=diff
==============================================================================
--- subversion/trunk/CMakeLists.txt (original)
+++ subversion/trunk/CMakeLists.txt Sun Oct  6 12:09:58 2024
@@ -119,26 +119,24 @@ endif()
 
 set(PRIVATE_CONFIG_DEFINITIONS "")
 
-if(NOT SVN_USE_DSO)
-  if (SVN_ENABLE_RA_LOCAL)
-    add_compile_definitions("SVN_LIBSVN_RA_LINKS_RA_LOCAL")
-  endif()
-
-  if (SVN_ENABLE_RA_SERF)
-    add_compile_definitions("SVN_LIBSVN_RA_LINKS_RA_SERF")
-  endif()
-
-  if (SVN_ENABLE_RA_SVN)
-    add_compile_definitions("SVN_LIBSVN_RA_LINKS_RA_SVN")
-  endif()
-
-  if (SVN_ENABLE_FS_FS)
-    add_compile_definitions("SVN_LIBSVN_FS_LINKS_FS_FS")
-  endif()
-
-  if (SVN_ENABLE_FS_X)
-    add_compile_definitions("SVN_LIBSVN_FS_LINKS_FS_X")
-  endif()
+if (SVN_ENABLE_RA_LOCAL)
+  add_compile_definitions("SVN_LIBSVN_RA_LINKS_RA_LOCAL")
+endif()
+
+if (SVN_ENABLE_RA_SERF)
+  add_compile_definitions("SVN_LIBSVN_RA_LINKS_RA_SERF")
+endif()
+
+if (SVN_ENABLE_RA_SVN)
+  add_compile_definitions("SVN_LIBSVN_RA_LINKS_RA_SVN")
+endif()
+
+if (SVN_ENABLE_FS_FS)
+  add_compile_definitions("SVN_LIBSVN_FS_LINKS_FS_FS")
+endif()
+
+if (SVN_ENABLE_FS_X)
+  add_compile_definitions("SVN_LIBSVN_FS_LINKS_FS_X")
 endif()
 
 if(SVN_ENABLE_AUTH_KWALLET)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.