소스 검색

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)