[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4449-gd5ad081

Rolf Eike Beer eike at sf-mail.de
Sun Oct 6 10:20:16 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  d5ad081e1dd0e7b7b446086db9e088c2fd966fe8 (commit)
       via  8fad29e394e16ce570b02b2ee3b8431ca3ecaafd (commit)
      from  e39d7fcd7280103a919041c5961b3fec0934aa60 (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=d5ad081e1dd0e7b7b446086db9e088c2fd966fe8
commit d5ad081e1dd0e7b7b446086db9e088c2fd966fe8
Merge: e39d7fc 8fad29e
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Sun Oct 6 10:20:14 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Oct 6 10:20:14 2013 -0400

    Merge topic 'cxx-flags' into next
    
    8fad29e Added SunStudio 12 regex for CheckCCompilerFlag and CheckCXXCompilerFlag


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8fad29e394e16ce570b02b2ee3b8431ca3ecaafd
commit 8fad29e394e16ce570b02b2ee3b8431ca3ecaafd
Author:     William Orr <will at worrbase.com>
AuthorDate: Fri Sep 27 16:48:26 2013 -0700
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Sun Oct 6 16:19:42 2013 +0200

    Added SunStudio 12 regex for CheckCCompilerFlag and CheckCXXCompilerFlag

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:
 Modules/CMakeCheckCompilerFlagCommonPatterns.cmake |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list