File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+ ```
5454CMake 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
You can’t perform that action at this time.
0 commit comments