ソースを参照

Project: Clarify comment about platform-native compilers.

Stephen Kelly 11 年 前
コミット
c7ddd409fd
2 ファイル変更2 行追加2 行削除
  1. 1 1
      Modules/CMakeCCompilerId.c.in
  2. 1 1
      Modules/CMakeCXXCompilerId.cpp.in

+ 1 - 1
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)

+ 1 - 1
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)