From f1a80380ae6e512a4f5af86f596821694059b89d Mon Sep 17 00:00:00 2001 From: Martin Duffy Date: Mon, 27 Jan 2025 09:36:41 -0500 Subject: Help: Improve language in INSTALL_PARALLEL doc Remove unneeded comma, clarify and link reference to Ninja generators, and substitute ``ON`` for enabled. --- Help/prop_gbl/INSTALL_PARALLEL.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Help/prop_gbl/INSTALL_PARALLEL.rst b/Help/prop_gbl/INSTALL_PARALLEL.rst index c30d6c9..936b1ef 100644 --- a/Help/prop_gbl/INSTALL_PARALLEL.rst +++ b/Help/prop_gbl/INSTALL_PARALLEL.rst @@ -6,7 +6,7 @@ INSTALL_PARALLEL Enables parallel installation option for a project. The install code for each subdirectory added with ``add_subdirectory`` can run independently. -When using the Ninja generator, setting this property to ``ON``, causes +When using the :ref:`Ninja Generators`, enabling this property causes ``install/local`` targets have the console pool disabled, allowing them to run concurrently. @@ -15,7 +15,7 @@ explicit dependency on the ``install/local`` target for each subdirectory. .. versionadded:: 3.31 - When this property is ``ON``, ``cmake --install`` can be given the ``-j `` + When this property is enabled, ``cmake --install`` can be given the ``-j `` or ``--parallel `` option to specify a maximum number of jobs. The :envvar:`CMAKE_INSTALL_PARALLEL_LEVEL` environment variable specifies a default parallel level if this option is not provided. -- cgit v0.12