We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d2ed98 commit 8fef312Copy full SHA for 8fef312
1 file changed
README.md
@@ -48,7 +48,7 @@ Assuming installation of CMake and C++ toolchain, following set of commands will
48
```
49
> cmake -DCMAKE_BUILD_TYPE=Release -S . -B build
50
> cmake --build build
51
-> pushd build && ctest -v && popd
+> pushd build && ctest -V && popd
52
53
54
## Debugging
0 commit comments