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

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

parent f1f52237
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
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 "")
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