refactor/cleanup GitTagVersion.cmake
Run just one `git tag` command instead of two (with tags and refs) and break it into the form [tag0, ref0, tag1, ref1, ...]. Iterate over the list with two counters for tag and ref.
Please register or sign in to comment