Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
c7ddd409
Commit
c7ddd409
authored
Apr 22, 2014
by
Stephen Kelly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Project: Clarify comment about platform-native compilers.
parent
c010e7cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Modules/CMakeCCompilerId.c.in
Modules/CMakeCCompilerId.c.in
+1
-1
Modules/CMakeCXXCompilerId.cpp.in
Modules/CMakeCXXCompilerId.cpp.in
+1
-1
No files found.
Modules/CMakeCCompilerId.c.in
View file @
c7ddd409
...
...
@@ -217,7 +217,7 @@
# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
# endif
/* Th
is
compiler
is
either not known or
is
too old to define an
/* Th
ese
compiler
s are
either not known or too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__sgi)
...
...
Modules/CMakeCXXCompilerId.cpp.in
View file @
c7ddd409
...
...
@@ -210,7 +210,7 @@
# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
# endif
/* Th
is
compiler
is
either not known or
is
too old to define an
/* Th
ese
compiler
s are
either not known or too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__sgi)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment