From bcfedbbb136e7d9bd825cef9f1e533084ab8314e Mon Sep 17 00:00:00 2001 From: Oleg Kuprash <oleg.kuprash@cern.ch> Date: Thu, 1 Feb 2018 16:01:37 +0100 Subject: [PATCH] Do not colour the output to omit escape characters in log files --- Projects/WorkDir/CMakeLists.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Projects/WorkDir/CMakeLists.txt b/Projects/WorkDir/CMakeLists.txt index e55f6584aba..ca1c73963d4 100644 --- a/Projects/WorkDir/CMakeLists.txt +++ b/Projects/WorkDir/CMakeLists.txt @@ -68,12 +68,8 @@ install( FILES ${CMAKE_BINARY_DIR}/${ATLAS_PLATFORM}/env_setup.sh atlas_cpack_setup() # Remind to set up the environment -string(ASCII 27 Esc) -set(ColourReset "${Esc}[m") -set(BoldRed "${Esc}[1;31m") -set(ColourBold "${Esc}[1m") -message( STATUS "${ColourBold}") +message( STATUS "") message( STATUS " In order to test your updates, please don't forget to" ) message( STATUS " set up the environment with e.g.:" ) -message( STATUS " ---> ${BoldRed}source x86_64-slc6-gcc62-opt/setup.sh${ColourReset}" ) +message( STATUS " ---> source x86_64-slc6-gcc62-opt/setup.sh" ) message( STATUS "") -- GitLab