svn commit: r1933103 - subversion/trunk/build/generator

[email protected]
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <177633975589.3388850.18419585469165923166@svn03-he-fi>
Author: rinrab
Date: Thu Apr 16 11:42:35 2026
New Revision: 1933103

Log:
Add TUI programs to the list for installation during the CMake build.

* build/generator/gen_cmake.py
  (Generator::write): Update the if condition so install_target would be True
   for the targets are listed as 'tui'.

Modified:
   subversion/trunk/build/generator/gen_cmake.py

Modified: subversion/trunk/build/generator/gen_cmake.py
==============================================================================
--- subversion/trunk/build/generator/gen_cmake.py	Thu Apr 16 08:30:22 2026	(r1933102)
+++ subversion/trunk/build/generator/gen_cmake.py	Thu Apr 16 11:42:35 2026	(r1933103)
@@ -208,7 +208,8 @@ class Generator(gen_base.GeneratorBase):
           else:
             msvc_libs.append(lib)
 
-        if isinstance(target, gen_base.TargetLib) or target.install == "bin":
+        if isinstance(target, gen_base.TargetLib) or target.install in ["bin",
+                                                                        "tui"]:
           install_target = True
         else:
           install_target = False
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.