diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2020-10-14 19:03:07 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2020-10-19 14:25:57 (GMT) |
commit | c436aaaad14406916185c06fe0554d53130b5483 (patch) | |
tree | 4b53effcafe47e74fd96ed9a2525415541ab476a /Help/guide | |
parent | ae1ca3034e7d54f95f242c67f044437987f8ce1d (diff) | |
download | CMake-c436aaaad14406916185c06fe0554d53130b5483.zip CMake-c436aaaad14406916185c06fe0554d53130b5483.tar.gz CMake-c436aaaad14406916185c06fe0554d53130b5483.tar.bz2 |
Help: Move CMakePresets.json documentation into a separate file
Diffstat (limited to 'Help/guide')
-rw-r--r-- | Help/guide/user-interaction/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/guide/user-interaction/index.rst b/Help/guide/user-interaction/index.rst index 4bde0be..9e9f2a5 100644 --- a/Help/guide/user-interaction/index.rst +++ b/Help/guide/user-interaction/index.rst @@ -421,7 +421,7 @@ presets can set the build directory, generator, cache variables, environment variables, and other command-line options. All of these options can be overridden by the user. The full details of the ``CMakePresets.json`` format -are listed in the :manual:`cmake(1)` manual. +are listed in the :manual:`cmake-presets(7)` manual. Using presets on the command-line --------------------------------- |