mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
Diagnostics: Removed 'Build caps' line
This commit is contained in:
parent
c8c7123eb9
commit
b9a8d62324
1 changed files with 1 additions and 8 deletions
|
@ -160,14 +160,7 @@ int CmdDiagnostics::execute (std::string& output)
|
|||
#ifdef HAVE_COMMIT
|
||||
<< " " << STRING_CMD_DIAG_COMMIT << ": " << COMMIT << "\n"
|
||||
#endif
|
||||
<< " CMake: " << CMAKE_VERSION << "\n"
|
||||
<< " " << STRING_CMD_DIAG_CAPS << ":"
|
||||
#ifdef HAVE_LIBGNUTLS
|
||||
<< " +tls"
|
||||
#else
|
||||
<< " -tls"
|
||||
#endif
|
||||
<< "\n";
|
||||
<< " CMake: " << CMAKE_VERSION << "\n";
|
||||
|
||||
out << " libuuid: "
|
||||
#ifdef HAVE_UUID_UNPARSE_LOWER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue