diff --git a/Help/command/add_custom_command.rst b/Help/command/add_custom_command.rst index 1307a58c5..e646c567b 100644 --- a/Help/command/add_custom_command.rst +++ b/Help/command/add_custom_command.rst @@ -147,7 +147,7 @@ The options are: ``USES_TERMINAL`` The command will be given direct access to the terminal if possible. With the :generator:`Ninja` generator, this places the command in - the ``console`` pool. + the ``console`` :prop_gbl:`pool `. ``VERBATIM`` All arguments to the commands will be escaped properly for the diff --git a/Help/command/add_custom_target.rst b/Help/command/add_custom_target.rst index 5134a70de..82d69db9f 100644 --- a/Help/command/add_custom_target.rst +++ b/Help/command/add_custom_target.rst @@ -103,7 +103,7 @@ The options are: ``USES_TERMINAL`` The command will be given direct access to the terminal if possible. With the :generator:`Ninja` generator, this places the command in - the ``console`` pool. + the ``console`` :prop_gbl:`pool `. ``WORKING_DIRECTORY`` Execute the command with the given current working directory. diff --git a/Help/manual/cmake-packages.7.rst b/Help/manual/cmake-packages.7.rst index fba1d61ec..3367ba472 100644 --- a/Help/manual/cmake-packages.7.rst +++ b/Help/manual/cmake-packages.7.rst @@ -358,7 +358,7 @@ and a ``cmake/ClimbingStatsConfig.cmake`` are installed to the same location, completing the package. The generated :prop_tgt:`IMPORTED` targets have appropriate properties set -to define their usage requirements, such as +to define their :ref:`usage requirements `, such as :prop_tgt:`INTERFACE_INCLUDE_DIRECTORIES`, :prop_tgt:`INTERFACE_COMPILE_DEFINITIONS` and other relevant built-in ``INTERFACE_`` properties. The ``INTERFACE`` variant of user-defined