Skip to content
Snippets Groups Projects
Commit 3b6e4ed3 authored by Bram Veenboer's avatar Bram Veenboer
Browse files

Fix missing first character in GIT_VERSION

parent 7ad4ad07
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ else()
OUTPUT_VARIABLE GIT_BRANCH)
string(STRIP "${GIT_REV}" GIT_REV)
string(SUBSTRING "${GIT_REV}" 1 7 GIT_REV)
string(SUBSTRING "${GIT_REV}" 0 8 GIT_REV)
string(STRIP "${GIT_DIFF}" GIT_DIFF)
string(STRIP "${GIT_TAG}" GIT_TAG)
string(STRIP "${GIT_BRANCH}" GIT_BRANCH)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment