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