Compare commits
1 Commits
Prerelease
...
Prerelease
Author | SHA1 | Date | |
---|---|---|---|
6836cab537 |
@@ -28,7 +28,7 @@ CPMAddPackage(
|
||||
|
||||
CPMAddPackage(
|
||||
NAME mcolor
|
||||
URL https://git.redacted.cc/maxine/mcolor/archive/Prerelease-7.2.zip
|
||||
URL https://git.redacted.cc/maxine/mcolor/archive/Release-1.zip
|
||||
)
|
||||
|
||||
if (UNIX)
|
||||
|
@@ -47,10 +47,7 @@ namespace jlog {
|
||||
const Timestamp &ts = Timestamp()) {
|
||||
if (!Enable)
|
||||
return;
|
||||
// Disable color on Windows. I've been trying my best to keep this macro hidden from the user. - maxine
|
||||
#ifdef WIN32
|
||||
IncludeColor = false;
|
||||
#endif
|
||||
|
||||
if (IncludeTimestamp) {
|
||||
Timestamp ts;
|
||||
os << token{std::format(
|
||||
|
Reference in New Issue
Block a user