Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 4474dea7 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

cancel colors in PrintFindStatus.cmake

parent e0101924
No related branches found
No related tags found
No related merge requests found
...@@ -36,25 +36,25 @@ ...@@ -36,25 +36,25 @@
# Set some colors # Set some colors
if(NOT WIN32) #if(NOT WIN32)
string(ASCII 27 Esc) # string(ASCII 27 Esc)
set(ColourReset "${Esc}[m") # set(ColourReset "${Esc}[m")
set(ColourBold "${Esc}[1m") # set(ColourBold "${Esc}[1m")
set(Red "${Esc}[31m") # set(Red "${Esc}[31m")
set(Green "${Esc}[32m") # set(Green "${Esc}[32m")
set(Yellow "${Esc}[33m") # set(Yellow "${Esc}[33m")
set(Blue "${Esc}[34m") # set(Blue "${Esc}[34m")
set(Magenta "${Esc}[35m") # set(Magenta "${Esc}[35m")
set(Cyan "${Esc}[36m") # set(Cyan "${Esc}[36m")
set(White "${Esc}[37m") # set(White "${Esc}[37m")
set(BoldRed "${Esc}[1;31m") # set(BoldRed "${Esc}[1;31m")
set(BoldGreen "${Esc}[1;32m") # set(BoldGreen "${Esc}[1;32m")
set(BoldYellow "${Esc}[1;33m") # set(BoldYellow "${Esc}[1;33m")
set(BoldBlue "${Esc}[1;34m") # set(BoldBlue "${Esc}[1;34m")
set(BoldMagenta "${Esc}[1;35m") # set(BoldMagenta "${Esc}[1;35m")
set(BoldCyan "${Esc}[1;36m") # set(BoldCyan "${Esc}[1;36m")
set(BoldWhite "${Esc}[1;37m") # set(BoldWhite "${Esc}[1;37m")
endif() #endif()
# This macro informs why the _header_to_find file has not been found # This macro informs why the _header_to_find file has not been found
......
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