[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-803-g54be609

Stephen Kelly steveire at gmail.com
Sun Nov 23 04:13:33 EST 2014


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  54be609b1f46e5b4544845e341cda85eb809a8ea (commit)
       via  0db3db41d43adb406f650a0d4f0208f512d082f7 (commit)
      from  e215193f0a27d19a2103cab5a19c1681c1257a6b (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=54be609b1f46e5b4544845e341cda85eb809a8ea
commit 54be609b1f46e5b4544845e341cda85eb809a8ea
Merge: e215193 0db3db4
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Nov 23 04:13:31 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Nov 23 04:13:31 2014 -0500

    Merge topic 'fix-WCDH-docs' into next
    
    0db3db41 WCDH: Don't imply that MSVC is supported by the module.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0db3db41d43adb406f650a0d4f0208f512d082f7
commit 0db3db41d43adb406f650a0d4f0208f512d082f7
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Nov 23 10:12:49 2014 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sun Nov 23 10:12:49 2014 +0100

    WCDH: Don't imply that MSVC is supported by the module.
    
    Remove the mention of it from the docs.

diff --git a/Modules/WriteCompilerDetectionHeader.cmake b/Modules/WriteCompilerDetectionHeader.cmake
index 86137e2..8d72d0f 100644
--- a/Modules/WriteCompilerDetectionHeader.cmake
+++ b/Modules/WriteCompilerDetectionHeader.cmake
@@ -72,7 +72,7 @@
 #    write_compiler_detection_header(
 #      FILE climbingstats_compiler_detection.h
 #      PREFIX ClimbingStats
-#      COMPILERS GNU Clang MSVC
+#      COMPILERS GNU Clang
 #      FEATURES cxx_variadic_templates
 #    )
 #

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

Summary of changes:
 Modules/WriteCompilerDetectionHeader.cmake |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list