[Cmake-commits] CMake branch, next, updated. v2.8.12-3635-gaeb4cdb

Brad King brad.king at kitware.com
Tue Oct 8 09:27:17 EDT 2013


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  aeb4cdbf2997deef2afe0d76543ec377500d9f20 (commit)
       via  455bad19f617987539d100453e716e1c9bb86784 (commit)
      from  fe488fa93b91cd5b78733fe344288b1b70b82115 (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=aeb4cdbf2997deef2afe0d76543ec377500d9f20
commit aeb4cdbf2997deef2afe0d76543ec377500d9f20
Merge: fe488fa 455bad1
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 8 09:27:12 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Oct 8 09:27:12 2013 -0400

    Merge topic 'cxx-flags' into next
    
    455bad1 Check*CompilerFlag: Add SunStudio 12 regex


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=455bad19f617987539d100453e716e1c9bb86784
commit 455bad19f617987539d100453e716e1c9bb86784
Author:     William Orr <will at worrbase.com>
AuthorDate: Fri Sep 27 16:48:26 2013 -0700
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Oct 8 09:23:01 2013 -0400

    Check*CompilerFlag: Add SunStudio 12 regex
    
    Applied-by: Rolf Eike Beer <eike at sf-mail.de>

diff --git a/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake b/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake
index abe1ec5..9d8ba9e 100644
--- a/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake
+++ b/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake
@@ -36,5 +36,6 @@ macro (CHECK_COMPILER_FLAG_COMMON_PATTERNS _VAR)
      FAIL_REGEX "File with unknown suffix passed to linker" # PGI
      FAIL_REGEX "WARNING: unknown flag:"                    # Open64
      FAIL_REGEX "Incorrect command line option:"            # Borland
+     FAIL_REGEX "Warning: illegal option"                   # SunStudio 12
    )
 endmacro ()

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

Summary of changes:


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list