mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CMake
- added information to task diag to indicate if task is built with cmake (to support the upcoming move away from autotools).
This commit is contained in:
parent
32235ca60a
commit
be0357da4a
3 changed files with 9 additions and 0 deletions
|
@ -138,6 +138,9 @@ void handleDiagnostics (std::string& outs)
|
|||
<< " Built: " << __DATE__ << " " << __TIME__ << "\n"
|
||||
#ifdef HAVE_COMMIT
|
||||
<< " Commit: " << COMMIT << "\n"
|
||||
#endif
|
||||
#ifdef HAVE_CMAKE
|
||||
<< " CMake: " << CMAKE_VERSION << "\n"
|
||||
#endif
|
||||
<< " Caps:"
|
||||
#ifdef HAVE_LIBPTHREAD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue