svn commit: r1919259 - /subversion/branches/cmake/build/generator/gen_cmake.py

[email protected]
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <[email protected]>
Author: rinrab
Date: Mon Jul 15 15:01:37 2024
New Revision: 1919259

URL: http://svn.apache.org/viewvc?rev=1919259&view=rev
Log:
On the 'cmake' branch: Follow-up to r1919222: also rename SVN_BUILD_ to
SVN_ENABLE_ options in enable conditions for targets which depend on the
modules.

Modified:
    subversion/branches/cmake/build/generator/gen_cmake.py

Modified: subversion/branches/cmake/build/generator/gen_cmake.py
URL: http://svn.apache.org/viewvc/subversion/branches/cmake/build/generator/gen_cmake.py?rev=1919259&r1=1919258&r2=1919259&view=diff
==============================================================================
--- subversion/branches/cmake/build/generator/gen_cmake.py (original)
+++ subversion/branches/cmake/build/generator/gen_cmake.py Mon Jul 15 15:01:37 2024
@@ -137,7 +137,7 @@ class Generator(gen_base.GeneratorBase):
           else:
             if dep.name in ["libsvn_ra_local", "libsvn_ra_serf", "libsvn_ra_svn",
                             "libsvn_fs_base", "libsvn_fs_fs", "libsvn_fs_x"]:
-              enable_condition.append("SVN_BUILD_" + get_module_name(dep.name))
+              enable_condition.append("SVN_ENABLE_" + get_module_name(dep.name))
 
             libs.append(dep.name)
         elif isinstance(dep, gen_base.ObjectFile):
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.