summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-05-07 13:23:59 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-05-07 13:23:59 (GMT)
commitff95e44264571b9a53e5174a827877102952a2dd (patch)
tree8cfadd09b573c794ff2a0a4b14027fb5a7e393f1 /Modules
parent295cf31ca6c377ee04e6d384137e85fe9ff7eb1d (diff)
parentc7ddd409fd1898913423e62615215350c6bc7cf6 (diff)
downloadCMake-ff95e44264571b9a53e5174a827877102952a2dd.zip
CMake-ff95e44264571b9a53e5174a827877102952a2dd.tar.gz
CMake-ff95e44264571b9a53e5174a827877102952a2dd.tar.bz2
Merge topic 'compiler-id-comment'
c7ddd409 Project: Clarify comment about platform-native compilers.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/CMakeCCompilerId.c.in2
-rw-r--r--Modules/CMakeCXXCompilerId.cpp.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/Modules/CMakeCCompilerId.c.in b/Modules/CMakeCCompilerId.c.in
index 16e19cd..78d7c47 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)
diff --git a/Modules/CMakeCXXCompilerId.cpp.in b/Modules/CMakeCXXCompilerId.cpp.in
index d81df77..f7ad80e 100644
--- a/Modules/CMakeCXXCompilerId.cpp.in
+++ b/Modules/CMakeCXXCompilerId.cpp.in
@@ -210,7 +210,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)