Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Chameleon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
Chameleon
Commits
4474dea7
Commit
4474dea7
authored
9 years ago
by
PRUVOST Florent
Browse files
Options
Downloads
Patches
Plain Diff
cancel colors in PrintFindStatus.cmake
parent
e0101924
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake_modules/morse/PrintFindStatus.cmake
+19
-19
19 additions, 19 deletions
cmake_modules/morse/PrintFindStatus.cmake
with
19 additions
and
19 deletions
cmake_modules/morse/PrintFindStatus.cmake
+
19
−
19
View file @
4474dea7
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment