mirror of https://github.com/qTox/qTox.git
Browse Source
This commit adds a new define called "GIT_DESCRIBE_EXACT" through cmake. It is checked with a regex in "updatecheck.cpp" for a version number after the check for new updates. If there is no version number, a warning is output to log. The reason for the new define is to avoid doing too much regex on "GET_DESCRIBE", since "GIT_DESCRIBE_EXACT" will not contain a version number if the code is not tagged.reviewable/pr6250/r1
2 changed files with 37 additions and 1 deletions
Loading…
Reference in new issue