From e1f2fbcb9b87e95d8c283e833610de253f83b4aa Mon Sep 17 00:00:00 2001 From: FreeCap23 <62378314+FreeCap23@users.noreply.github.com> Date: Sat, 3 Jul 2021 15:31:19 +0300 Subject: [PATCH] Fixed typo Changed verion to version --- docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building.md b/docs/building.md index f0f1c621a..59740eebb 100644 --- a/docs/building.md +++ b/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 ```