svn commit: r1931732 - subversion/trunk

[email protected]
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <[email protected]>
Author: rinrab
Date: Thu Feb  5 21:41:56 2026
New Revision: 1931732

Log:
Follow-up to r1931690: Swap arguments when calling find_package() for serf
because version must be the second positional argument.

* CMakeLists.txt
  (serf): Ditto.

Found by: jun66j5

Modified:
   subversion/trunk/CMakeLists.txt

Modified: subversion/trunk/CMakeLists.txt
==============================================================================
--- subversion/trunk/CMakeLists.txt	Thu Feb  5 21:21:28 2026	(r1931731)
+++ subversion/trunk/CMakeLists.txt	Thu Feb  5 21:41:56 2026	(r1931732)
@@ -380,7 +380,7 @@ if (SVN_ENABLE_RA_SERF)
     pkg_search_module(serf IMPORTED_TARGET REQUIRED serf-2 serf-1>=1.3.4)
     add_library(external-serf ALIAS PkgConfig::serf)
   else()
-    find_package(Serf REQUIRED 1.3.4)
+    find_package(Serf 1.3.4 REQUIRED)
     add_library(external-serf ALIAS Serf::Serf)
   endif()
 endif()
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.