mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-19 01:18:17 +02:00
Be more compatible to older CMake versions
This commit is contained in:
parent
2c69844cad
commit
1b3e262a5b
3 changed files with 4 additions and 3 deletions
|
@ -421,7 +421,7 @@ int main(int argc, char** argv)
|
|||
io_context.stop();
|
||||
});
|
||||
|
||||
LOG(INFO, LOG_TAG) << "Snapclient v" << version::code << (!version::rev().empty() ? (", revision " + version::rev(8)) : ("")) << " started\n";
|
||||
LOG(INFO, LOG_TAG) << "Version " << version::code << (!version::rev().empty() ? (", revision " + version::rev(8)) : ("")) << "\n";
|
||||
|
||||
// Setup metadata handling
|
||||
auto meta(metaStderr ? std::make_unique<MetaStderrAdapter>() : std::make_unique<MetadataAdapter>());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue