[Cmake-commits] CMake branch, next, updated. v2.8.12.1-5044-gb4bfff5

Stephen Kelly steveire at gmail.com
Mon Nov 11 03:13:01 EST 2013


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  b4bfff57029d78f269827c6ae842903b523e0337 (commit)
       via  15324462977741279a6a02a434c749effa37b6cf (commit)
      from  9531f2587cb6782ba1d17214c14be1cad38d050c (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=b4bfff57029d78f269827c6ae842903b523e0337
commit b4bfff57029d78f269827c6ae842903b523e0337
Merge: 9531f25 1532446
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Nov 11 03:12:31 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Nov 11 03:12:31 2013 -0500

    Merge topic 'target_compile_features' into next
    
    1532446 Fix macro call.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=15324462977741279a6a02a434c749effa37b6cf
commit 15324462977741279a6a02a434c749effa37b6cf
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Nov 11 09:11:12 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Mon Nov 11 09:11:12 2013 +0100

    Fix macro call.

diff --git a/Modules/Platform/Windows-MSVC-CXX.cmake b/Modules/Platform/Windows-MSVC-CXX.cmake
index e60de23..ebe3468 100644
--- a/Modules/Platform/Windows-MSVC-CXX.cmake
+++ b/Modules/Platform/Windows-MSVC-CXX.cmake
@@ -7,4 +7,4 @@ __windows_compiler_msvc(CXX)
 
 include("${CMAKE_ROOT}/Modules/Internal/FeatureTesting.cmake")
 
-record_compiler_features(CXX "" ${CMAKE_CXX_COMPILE_FEATURES})
+record_compiler_features(CXX "" CMAKE_CXX_COMPILE_FEATURES)

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

Summary of changes:
 Modules/Platform/Windows-MSVC-CXX.cmake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list