Skip to content
Snippets Groups Projects
Commit 30c8b63e authored by Oleg Kuprash's avatar Oleg Kuprash
Browse files

Do not colour the output to omit escape characters in log files

Former-commit-id: bcfedbbb
parent f7db769c
No related branches found
No related tags found
No related merge requests found
...@@ -68,12 +68,8 @@ install( FILES ${CMAKE_BINARY_DIR}/${ATLAS_PLATFORM}/env_setup.sh ...@@ -68,12 +68,8 @@ install( FILES ${CMAKE_BINARY_DIR}/${ATLAS_PLATFORM}/env_setup.sh
atlas_cpack_setup() atlas_cpack_setup()
# Remind to set up the environment # Remind to set up the environment
string(ASCII 27 Esc) message( STATUS "")
set(ColourReset "${Esc}[m")
set(BoldRed "${Esc}[1;31m")
set(ColourBold "${Esc}[1m")
message( STATUS "${ColourBold}")
message( STATUS " In order to test your updates, please don't forget to" ) message( STATUS " In order to test your updates, please don't forget to" )
message( STATUS " set up the environment with e.g.:" ) 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 "") message( STATUS "")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment