Skip to content

Commit 8fef312

Browse files
authored
docs(readme): fix typo in CTest argument (#127)
1 parent 7d2ed98 commit 8fef312

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Assuming installation of CMake and C++ toolchain, following set of commands will
4848
```
4949
> cmake -DCMAKE_BUILD_TYPE=Release -S . -B build
5050
> cmake --build build
51-
> pushd build && ctest -v && popd
51+
> pushd build && ctest -V && popd
5252
```
5353

5454
## Debugging

0 commit comments

Comments
 (0)