We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2738901 commit c42c5e7Copy full SHA for c42c5e7
examples/tools/cmake/cmake_toolchain/build_project_cmake_presets.rst
@@ -53,7 +53,7 @@ If you are using a multi-configuration generator:
53
$ cmake --preset conan-default
54
$ cmake --build --preset conan-debug
55
$ build\Debug\foo.exe
56
- foo/1.0: Hello World Release!
+ foo/1.0: Hello World Debug!
57
58
$ cmake --build --preset conan-release
59
$ build\Release\foo.exe
0 commit comments