We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c4604 commit 7c9d419Copy full SHA for 7c9d419
reference/tools/cmake/cmaketoolchain.rst
@@ -129,7 +129,7 @@ translated from the current ``settings``:
129
3.23.
130
The file name of this file can be configured with the ``CMakeToolchain.user_presets_path = "CMakeUserPresets.json"```
131
attribute, so if you want to generate a "ConanPresets.json" instead to be included from your own file,
132
- you can define ``tc.user_presets_path = "ConanPresets.jon"`` in the ``generate()`` method.
+ you can define ``tc.user_presets_path = "ConanPresets.json"`` in the ``generate()`` method.
133
See :ref:`extending your own CMake presets<examples-tools-cmake-toolchain-build-project-extend-presets>` for a full example.
134
135
**Note:** Conan will skip the generation of the ``CMakeUserPresets.json`` if it already exists and was not
0 commit comments