Skip to content

Commit

Permalink
Fix tag derivation
Browse files Browse the repository at this point in the history
  • Loading branch information
bneijt committed Mar 6, 2021
1 parent 70c85ac commit 22497b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_cmakelists.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fi

$CCBUILD md5 --recursive-include . "${PSOURCE}" > MD5SUMS
SOURCES=`egrep .cc$ MD5SUMS | sed -r 's/^[a-z0-9]+ //; s/ /\\ /' | tr '\n' ' '`
VERSION=$(git describe)
VERSION=$(git tag --points-at HEAD)

#Write CMakeLists.txt
cat > CMakeLists.txt <<EOF
Expand Down

0 comments on commit 22497b1

Please sign in to comment.