Consistency between generateReleaseInfo and UpdateInfo.cmake

This commit is contained in:
Morgan Hardwood 2017-01-30 22:50:21 +01:00
parent 139df58ade
commit 03919242b1
1 changed files with 3 additions and 3 deletions

View File

@ -65,12 +65,12 @@ set(GIT_COMMITS_SINCE_BRANCH $gitCommitsSinceBranch)
set(GIT_VERSION_NUMERIC_BS $gitVersionNumericBS)
EOF
printf '%s\n' "Git information extracted:" \
" Description: ${gitDescribe}" \
printf '%s\n' "Git checkout information:" \
" Commit description: ${gitDescribe}" \
" Branch: ${gitBranch}" \
" Commit: ${gitCommit}" \
" Commit date: ${gitCommitDate}" \
" Commits since tag: ${gitCommitsSinceTag}" \
" Commits since branch: ${gitCommitsSinceBranch}" \
" Unreliable version: ${gitVersionNumericBS}" \
" Version (unreliable): ${gitVersionNumericBS}" \
""