svn commit: r1934150 - subversion/trunk/build/cmake

[email protected]
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <177861013737.2001427.15881505084691028993@svn03-he-fi>
Author: rinrab
Date: Tue May 12 18:22:17 2026
New Revision: 1934150

Log:
Put library before includes in our module for curses so the libname is logged
into the output instead of include dir.

* build/cmake/FindCURSES.cmake
  (): Reorder arguments when calling find_package_handle_standard_args().

Modified:
   subversion/trunk/build/cmake/FindCURSES.cmake

Modified: subversion/trunk/build/cmake/FindCURSES.cmake
==============================================================================
--- subversion/trunk/build/cmake/FindCURSES.cmake	Tue May 12 18:18:27 2026	(r1934149)
+++ subversion/trunk/build/cmake/FindCURSES.cmake	Tue May 12 18:22:17 2026	(r1934150)
@@ -39,8 +39,8 @@ include(FindPackageHandleStandardArgs)
 find_package_handle_standard_args(
   CURSES
   REQUIRED_VARS
-    CURSES_INCLUDE_DIR
     CURSES_LIBRARY
+    CURSES_INCLUDE_DIR
 )
 
 if (CURSES_FOUND)
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.