[Cmake-commits] CMake branch, next, updated. v3.0.0-4676-gb474500

Brad King brad.king at kitware.com
Thu Jul 31 09:37:42 EDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  b4745001e8f908cb9ae53db29e4120ba8dd6a53f (commit)
       via  5570d8d3f3ba3922b2e86cabe54a0913b39c3f41 (commit)
      from  7a0cbad6592c18163a012a32089a618f9632c223 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b4745001e8f908cb9ae53db29e4120ba8dd6a53f
commit b4745001e8f908cb9ae53db29e4120ba8dd6a53f
Merge: 7a0cbad 5570d8d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jul 31 09:37:41 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jul 31 09:37:41 2014 -0400

    Merge topic 'check-flag-for-fujitsu' into next
    
    5570d8d3 Check*CompilerFlag: Add pattern for Fujitsu compiler (#15051)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5570d8d3f3ba3922b2e86cabe54a0913b39c3f41
commit 5570d8d3f3ba3922b2e86cabe54a0913b39c3f41
Author:     Erik Lindahl <erik at kth.se>
AuthorDate: Thu Jul 31 11:21:41 2014 +0200
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Jul 31 09:22:02 2014 -0400

    Check*CompilerFlag: Add pattern for Fujitsu compiler (#15051)

diff --git a/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake b/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake
index abbcda4..aa7d96a 100644
--- a/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake
+++ b/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake
@@ -37,5 +37,6 @@ macro (CHECK_COMPILER_FLAG_COMMON_PATTERNS _VAR)
      FAIL_REGEX "WARNING: unknown flag:"                    # Open64
      FAIL_REGEX "Incorrect command line option:"            # Borland
      FAIL_REGEX "Warning: illegal option"                   # SunStudio 12
+     FAIL_REGEX "[Ww]arning: Invalid suboption"             # Fujitsu
    )
 endmacro ()

-----------------------------------------------------------------------

Summary of changes:
 Modules/CMakeCheckCompilerFlagCommonPatterns.cmake |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list