Skip to content

Commit 7c9d419

Browse files
fix typo in CMakeToolchain (#4024)
1 parent 22c4604 commit 7c9d419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/tools/cmake/cmaketoolchain.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ translated from the current ``settings``:
129129
3.23.
130130
The file name of this file can be configured with the ``CMakeToolchain.user_presets_path = "CMakeUserPresets.json"```
131131
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.
132+
you can define ``tc.user_presets_path = "ConanPresets.json"`` in the ``generate()`` method.
133133
See :ref:`extending your own CMake presets<examples-tools-cmake-toolchain-build-project-extend-presets>` for a full example.
134134

135135
**Note:** Conan will skip the generation of the ``CMakeUserPresets.json`` if it already exists and was not

0 commit comments

Comments
 (0)