Tutorial: Fix Sphinx cross-reference to preset installDir field

Fix a logical conflict between commit 653356bed0 (Tutorial: Describe
install prefix, 2026-05-14) and commit f26e9fcbae (Help: Generate
presets JSON schema, documentation, 2026-04-08).
This commit is contained in:
Brad King
2026-05-15 11:42:25 -04:00
parent 0ab34febed
commit 17540b8f47

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::