Skip to content

Commit 84b9924

Browse files
author
Tom Verbeure
committed
Fix markdown formatting.
1 parent bdad38b commit 84b9924

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@ Following these steps:
4848
If you want to create executables with debug symbols, make sure to change option `MAKE_BUILD_TYPE`
4949
from `Release` to `Debug` when running `cmake`.
5050

51-
It is possible that `cmake` errors out with the following error messages:
51+
It is possible that `cmake` errors out with the following error message:
5252

53-
```
53+
```
5454
CMake Error at CMakeLists.txt:82 (message):
5555
Unrecognized version tag 53152c7c / 53152c7c, can't create a VERSIONINFO
5656
from it. Must be of format v1.2, v1.2.3, v1.2-rc3, v1.2.3-rc4
57-
```
57+
```
5858

59-
You can fix this by creating a dummy tag in your local repo:
59+
You can fix this by creating a dummy tag in your local repo:
6060

61-
`git tag v0.0.0`
61+
`git tag v0.0.0`
6262

6363
## Special comments
6464

0 commit comments

Comments
 (0)