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  7ee381d0f5f46674cab4e9554236d6249010655d (commit)
       via  05e6d18bebfa01059ebb43505c0eba6f6c56af73 (commit)
      from  ac947c5134adb8bf9a100843082b45c4a7ed7097 (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=7ee381d0f5f46674cab4e9554236d6249010655d
commit 7ee381d0f5f46674cab4e9554236d6249010655d
Merge: ac947c5 05e6d18
Author:     Daniel Pfeifer <dan...@pfeifer-mail.de>
AuthorDate: Sun Sep 25 01:52:46 2016 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Sun Sep 25 01:52:46 2016 -0400

    Merge topic 'auto-ptr' into next
    
    05e6d18b fixup! Add a feature check to test availability of auto_ptr


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=05e6d18bebfa01059ebb43505c0eba6f6c56af73
commit 05e6d18bebfa01059ebb43505c0eba6f6c56af73
Author:     Daniel Pfeifer <dan...@pfeifer-mail.de>
AuthorDate: Sun Sep 25 07:52:23 2016 +0200
Commit:     Daniel Pfeifer <dan...@pfeifer-mail.de>
CommitDate: Sun Sep 25 07:52:23 2016 +0200

    fixup! Add a feature check to test availability of auto_ptr

diff --git a/Source/Checks/cm_cxx_features.cmake 
b/Source/Checks/cm_cxx_features.cmake
index 83bcff5..80c9f3b 100644
--- a/Source/Checks/cm_cxx_features.cmake
+++ b/Source/Checks/cm_cxx_features.cmake
@@ -32,11 +32,11 @@ function(cm_check_cxx_feature name)
 endfunction()
 
 if(CMAKE_CXX_STANDARD)
+  cm_check_cxx_feature(auto_ptr)
   cm_check_cxx_feature(make_unique)
   if(CMake_HAVE_CXX_MAKE_UNIQUE)
     set(CMake_HAVE_CXX_UNIQUE_PTR 1)
   endif()
-  cm_check_cxx_feature(auto_ptr)
   cm_check_cxx_feature(nullptr)
   cm_check_cxx_feature(override)
   cm_check_cxx_feature(unique_ptr)

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

Summary of changes:
 Source/Checks/cm_cxx_features.cmake |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to