Merge topic 'tutorial-xref'

17540b8f47 Tutorial: Fix Sphinx cross-reference to preset installDir field

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !12067
This commit is contained in:
Brad King
2026-05-15 15:51:09 +00:00
committed by Kitware Robot

View File

@@ -73,7 +73,8 @@ set this at configure time, so that every :option:`cmake --install` performed
using that build tree defaults to a given prefix, we can use any of:
* the :option:`cmake --install-prefix` option;
* the :ref:`installDir <CMakePresets installDir>` field in CMake presets; or
* the :ref:`installDir <CMakePresets.configurePresets.installDir>`
field in CMake presets; or
* the :variable:`CMAKE_INSTALL_PREFIX` variable.
.. note::