mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CMake
- added sha1 of git commit to task diag
This commit is contained in:
parent
e28d03df82
commit
022b219c0f
3 changed files with 14 additions and 0 deletions
|
@ -133,6 +133,9 @@ void handleDiagnostics (std::string& outs)
|
|||
std::cout << "[1mBuild Features[0m\n"
|
||||
// Build date.
|
||||
<< " Built: " << __DATE__ << " " << __TIME__ << "\n"
|
||||
#ifdef HAVE_COMMIT
|
||||
<< " Commit: " << COMMIT << "\n"
|
||||
#endif
|
||||
<< " Caps:"
|
||||
#ifdef HAVE_LIBPTHREAD
|
||||
<< " +pthreads"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue