diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-04-22 16:38:31 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-05-07 12:48:11 +0200 |
commit | c7ddd409fd1898913423e62615215350c6bc7cf6 (patch) | |
tree | abed8d33c47d7f065dc9399d2aa3b29248953e2c /Modules/CMakeCCompilerId.c.in | |
parent | c010e7cc806d845f1b048bc8c41d2c1326075beb (diff) | |
download | cmake-c7ddd409fd1898913423e62615215350c6bc7cf6.tar.gz |
Project: Clarify comment about platform-native compilers.
Diffstat (limited to 'Modules/CMakeCCompilerId.c.in')
-rw-r--r-- | Modules/CMakeCCompilerId.c.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeCCompilerId.c.in b/Modules/CMakeCCompilerId.c.in index 16e19cdd86..78d7c4721d 100644 --- a/Modules/CMakeCCompilerId.c.in +++ b/Modules/CMakeCCompilerId.c.in @@ -217,7 +217,7 @@ # define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) # endif -/* This compiler is either not known or is too old to define an +/* These compilers 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) |