[Cmake-commits] CMake branch, next, updated. v3.5.1-753-g020831c
Brad King
brad.king at kitware.com
Thu Mar 31 14:08:55 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 020831c09ae516560894f217dbef0719e9483870 (commit)
via 9cde37974b8fe09ddb77cedca90dd636f2ffe2db (commit)
from a9dac6c38a28da1012a0bc8f50ae9721726a37be (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=020831c09ae516560894f217dbef0719e9483870
commit 020831c09ae516560894f217dbef0719e9483870
Merge: a9dac6c 9cde379
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Mar 31 14:08:54 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Mar 31 14:08:54 2016 -0400
Merge topic 'check-compiler-flag-clang-cl' into next
9cde3797 fixup! Check*CompilerFlag: Add another pattern for Clang (#16038)
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9cde37974b8fe09ddb77cedca90dd636f2ffe2db
commit 9cde37974b8fe09ddb77cedca90dd636f2ffe2db
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Mar 31 14:08:37 2016 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Thu Mar 31 14:08:37 2016 -0400
fixup! Check*CompilerFlag: Add another pattern for Clang (#16038)
diff --git a/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake b/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake
index 6d3d839..a350a84 100644
--- a/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake
+++ b/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake
@@ -24,7 +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 "unknown argument ignored" # 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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list