[Cmake-commits] CMake branch, next, updated. v3.2.2-2055-g26af907

Brad King brad.king at kitware.com
Wed Apr 22 12:53:31 EDT 2015


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  26af9079f9c8e5a323157963077f9928c89b95ff (commit)
       via  680ebebc1a8ad9d4507fce1b353b1fc32aa4f4f3 (commit)
      from  73fba15ca8af0220a53327cfca662abddb7c71a7 (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=26af9079f9c8e5a323157963077f9928c89b95ff
commit 26af9079f9c8e5a323157963077f9928c89b95ff
Merge: 73fba15 680ebeb
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Apr 22 12:53:30 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Apr 22 12:53:30 2015 -0400

    Merge topic 'check-compiler-flag-clang' into next
    
    680ebebc Check*CompilerFlag: Add another pattern for Clang (#15526)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=680ebebc1a8ad9d4507fce1b353b1fc32aa4f4f3
commit 680ebebc1a8ad9d4507fce1b353b1fc32aa4f4f3
Author:     Dan Kegel <dank at kegel.com>
AuthorDate: Wed Apr 22 10:58:08 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Apr 22 10:59:57 2015 -0400

    Check*CompilerFlag: Add another pattern for Clang (#15526)
    
    Match 'optimization flag ... not supported' messages.

diff --git a/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake b/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake
index 3141d60..07d8b1e 100644
--- a/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake
+++ b/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake
@@ -23,6 +23,7 @@ macro (CHECK_COMPILER_FLAG_COMMON_PATTERNS _VAR)
    set(${_VAR}
      FAIL_REGEX "[Uu]nrecogni[sz]ed .*option"               # GNU, NAG
      FAIL_REGEX "unknown .*option"                          # Clang
+     FAIL_REGEX "optimization flag .* not supported"        # Clang
      FAIL_REGEX "ignoring unknown option"                   # MSVC, Intel
      FAIL_REGEX "warning D9002"                             # MSVC, any lang
      FAIL_REGEX "option.*not supported"                     # Intel

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list