Browse Source

Fixed typo

Changed verion to version
pull/2284/merge
FreeCap23 5 years ago committed by Anders Jenbo
parent
commit
e1f2fbcb9b
  1. 2
      docs/building.md

2
docs/building.md

@ -1,6 +1,6 @@
# Building from Source
Note: If you do not use git to manage the source you must provide the verion to CMake manually:
Note: If you do not use git to manage the source you must provide the version to CMake manually:
```bash
cmake .. -DVERSION_NUM=1.0.0 -DVERSION_SUFFIX=FFFFFFF -DCMAKE_BUILD_TYPE=Release
```

Loading…
Cancel
Save