[Cmake-commits] CMake branch, next, updated. v3.5.1-722-g6d4e183
Brad King
brad.king at kitware.com
Thu Mar 31 08:56:11 EDT 2016
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 6d4e1832e9a3b7a0d32975810319f9b2a155eb08 (commit)
via 17c4863c351e05f4f491e8d2f1834bc4b61e4ed5 (commit)
from 588c2d55c679e75cd1250b21e6d3129e84e040b1 (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=6d4e1832e9a3b7a0d32975810319f9b2a155eb08
commit 6d4e1832e9a3b7a0d32975810319f9b2a155eb08
Merge: 588c2d5 17c4863
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Mar 31 08:56:10 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Mar 31 08:56:10 2016 -0400
Merge topic 'check-compiler-flag-clang-cl' into next
17c4863c Check*CompilerFlag: Add another pattern for Clang (#16038)
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=17c4863c351e05f4f491e8d2f1834bc4b61e4ed5
commit 17c4863c351e05f4f491e8d2f1834bc4b61e4ed5
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Mar 31 08:50:48 2016 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Thu Mar 31 08:50:48 2016 -0400
Check*CompilerFlag: Add another pattern for Clang (#16038)
Match a warning pattern specific to `clang-cl`.
Suggested-by: Reid Kleckner <rnk at google.com>
diff --git a/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake b/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake
index 07d8b1e..6d3d839 100644
--- a/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake
+++ b/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake
@@ -24,6 +24,7 @@ macro (CHECK_COMPILER_FLAG_COMMON_PATTERNS _VAR)
FAIL_REGEX "[Uu]nrecogni[sz]ed .*option" # GNU, NAG
FAIL_REGEX "unknown .*option" # Clang
FAIL_REGEX "optimization flag .* not supported" # Clang
+ FAIL_REGEX "unknown argument ignored in clang-cl" # Clang (cl)
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