From 17540b8f47331cc52e5e164f30cb07cfb7a59c7e Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 15 May 2026 11:42:25 -0400 Subject: [PATCH] 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). --- Help/guide/tutorial/Installation Commands and Concepts.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Help/guide/tutorial/Installation Commands and Concepts.rst b/Help/guide/tutorial/Installation Commands and Concepts.rst index bc78718e64..adbad62937 100644 --- a/Help/guide/tutorial/Installation Commands and Concepts.rst +++ b/Help/guide/tutorial/Installation Commands and Concepts.rst @@ -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 ` field in CMake presets; or +* the :ref:`installDir ` + field in CMake presets; or * the :variable:`CMAKE_INSTALL_PREFIX` variable. .. note::