[Cmake-commits] CMake branch, next, updated. v3.0.1-4910-g1bfdb1d

Bill Hoffman bill.hoffman at kitware.com
Wed Aug 13 18:04:22 EDT 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  1bfdb1deb286a6dd148797f4141b930847877639 (commit)
       via  1bb4b94a1f8a4d3a2ba96861b91f59ff2dde73aa (commit)
      from  3a3bdd27d79a9f732a7afe90b2b705b1b0f57ea6 (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=1bfdb1deb286a6dd148797f4141b930847877639
commit 1bfdb1deb286a6dd148797f4141b930847877639
Merge: 3a3bdd2 1bb4b94
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Wed Aug 13 18:04:21 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Aug 13 18:04:21 2014 -0400

    Merge topic 'ctest_update_status_only' into next
    
    1bb4b94a Put cygwin exclude back in.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1bb4b94a1f8a4d3a2ba96861b91f59ff2dde73aa
commit 1bb4b94a1f8a4d3a2ba96861b91f59ff2dde73aa
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Wed Aug 13 18:03:58 2014 -0400
Commit:     Bill Hoffman <bill.hoffman at kitware.com>
CommitDate: Wed Aug 13 18:03:58 2014 -0400

    Put cygwin exclude back in.

diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index d36f3ac..ca7fcdc 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -2012,9 +2012,9 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release
     mark_as_advanced(GIT_EXECUTABLE)
     set(CTEST_TEST_UPDATE_GIT 0)
     if(GIT_EXECUTABLE)
-#      if(NOT "${GIT_EXECUTABLE}" MATCHES "cygwin" OR UNIX)
+      if(NOT "${GIT_EXECUTABLE}" MATCHES "cygwin" OR UNIX)
         set(CTEST_TEST_UPDATE_GIT 1)
-#      endif()
+      endif()
     endif()
     if(CTEST_TEST_UPDATE_GIT)
       set(CTestUpdateGIT_DIR "CTest UpdateGIT")

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

Summary of changes:


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list