1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/cmake
powerjungle 90cc962802
feat(logging): check if current code is tagged
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.
2020-11-14 12:36:26 +02:00
..
CheckAtomic.cmake docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
Dependencies.cmake feat(logging): check if current code is tagged 2020-11-14 12:36:26 +02:00
Installation.cmake docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
Testing.cmake fix: Qt ressource system usage 2020-07-03 15:45:57 +02:00