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, master has been updated
       via  a9a4f3b1936c8e9b659b7b59166d1e73dc6d2397 (commit)
       via  c213e34d0cbcd2dcc8b0735103d9f4a1f1346dda (commit)
      from  e67e4dbaadf3583d665fb5409b425e1a238d9748 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a9a4f3b1936c8e9b659b7b59166d1e73dc6d2397
commit a9a4f3b1936c8e9b659b7b59166d1e73dc6d2397
Merge: e67e4db c213e34
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Tue Mar 19 12:52:00 2019 +0000
Commit:     Kitware Robot <kwro...@kitware.com>
CommitDate: Tue Mar 19 08:52:11 2019 -0400

    Merge topic 'cray-bad-compiler-option'
    
    c213e34d0c cray: Detect bad options passed on the command line
    
    Acked-by: Kitware Robot <kwro...@kitware.com>
    Merge-request: !3110


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c213e34d0cbcd2dcc8b0735103d9f4a1f1346dda
commit c213e34d0cbcd2dcc8b0735103d9f4a1f1346dda
Author:     Chuck Atkins <chuck.atk...@kitware.com>
AuthorDate: Fri Mar 15 11:38:19 2019 -0400
Commit:     Chuck Atkins <chuck.atk...@kitware.com>
CommitDate: Fri Mar 15 11:38:19 2019 -0400

    cray: Detect bad options passed on the command line

diff --git a/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake 
b/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake
index e60ffe0..5b9ed34 100644
--- a/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake
+++ b/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake
@@ -30,5 +30,6 @@ macro (CHECK_COMPILER_FLAG_COMMON_PATTERNS _VAR)
      FAIL_REGEX "Incorrect command line option:"            # Borland
      FAIL_REGEX "Warning: illegal option"                   # SunStudio 12
      FAIL_REGEX "[Ww]arning: Invalid suboption"             # Fujitsu
+     FAIL_REGEX "An invalid option .* appears on the command line" # Cray
    )
 endmacro ()

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

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


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
https://cmake.org/mailman/listinfo/cmake-commits

Reply via email to