From 2246f06397de79eefc62ad3d7dc9d6d569fd0b11 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sun, 30 Jul 2023 10:02:16 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D1=81=D0=B2=D0=B5=D1=82?= =?UTF-8?q?=D0=BA=D0=B0=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B9,=20=D0=B5=D1=81=D0=BB=D0=B8=20=D1=83=D1=81=D1=82=D0=B0?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=BF=D0=B5=D1=80?= =?UTF-8?q?=D0=B5=D0=BC=D0=B5=D0=BD=D0=BD=D0=B0=D1=8F=20=D0=BE=D0=BA=D1=80?= =?UTF-8?q?=D1=83=D0=B6=D0=B5=D0=BD=D0=B8=D1=8F=20COLORTERM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MyxCMake/lib/ColoredMessages.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MyxCMake/lib/ColoredMessages.cmake b/MyxCMake/lib/ColoredMessages.cmake index 8517f6c..48d89d0 100644 --- a/MyxCMake/lib/ColoredMessages.cmake +++ b/MyxCMake/lib/ColoredMessages.cmake @@ -7,7 +7,7 @@ include_guard(GLOBAL) -if(DEFINED ENV{TERM} AND UNIX) +if(DEFINED ENV{COLORTERM} AND UNIX) string(ASCII 27 Esc) set(MyxColorReset "${Esc}[m") set(MyxColorBold "${Esc}[1m")