Skip to content

Commit

Permalink
CI: fix build-script with new-style version reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
adriaandegroot committed Nov 16, 2021
1 parent 6db52a9 commit 88437d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/RELEASE.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ fi
### Get version number for this release
#
#
V=$( cmake -DVERSION_STYLE=short -P CMakeLists.txt )
V=$( cmake -DVERSION_STYLE=short -P CMakeLists.txt 2>&1 )
test -n "$V" || { echo "Could not obtain version in $BUILDDIR ." ; exit 1 ; }

### Create signed tag
Expand Down

0 comments on commit 88437d3

Please sign in to comment.