Skip to content

Commit c42c5e7

Browse files
authored
Fix a typo (#4300)
1 parent 2738901 commit c42c5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tools/cmake/cmake_toolchain/build_project_cmake_presets.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ If you are using a multi-configuration generator:
5353
$ cmake --preset conan-default
5454
$ cmake --build --preset conan-debug
5555
$ build\Debug\foo.exe
56-
foo/1.0: Hello World Release!
56+
foo/1.0: Hello World Debug!
5757
5858
$ cmake --build --preset conan-release
5959
$ build\Release\foo.exe

0 commit comments

Comments
 (0)