[Cmake-commits] CMake branch, next, updated. v2.8.9-934-g8c905e1

Rolf Eike Beer eike at sf-mail.de
Mon Oct 1 12:05:54 EDT 2012


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  8c905e107794249eeb8cd07a75ffe9b4276e239b (commit)
       via  2c74f6f903e9457a6bab5e9353d5bb1638ca0e13 (commit)
      from  893a1a1bac5d35af89bb4d722fcac03e7ef6d82c (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=8c905e107794249eeb8cd07a75ffe9b4276e239b
commit 8c905e107794249eeb8cd07a75ffe9b4276e239b
Merge: 893a1a1 2c74f6f
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Mon Oct 1 12:05:52 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Oct 1 12:05:52 2012 -0400

    Merge topic 'test-ctest-memcheck' into next
    
    2c74f6f remove bogus path transformation to native path


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2c74f6f903e9457a6bab5e9353d5bb1638ca0e13
commit 2c74f6f903e9457a6bab5e9353d5bb1638ca0e13
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Mon Oct 1 18:05:38 2012 +0200
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Mon Oct 1 18:05:38 2012 +0200

    remove bogus path transformation to native path

diff --git a/Tests/CTestTestMemcheck/CMakeLists.txt b/Tests/CTestTestMemcheck/CMakeLists.txt
index 202564a..17465b5 100644
--- a/Tests/CTestTestMemcheck/CMakeLists.txt
+++ b/Tests/CTestTestMemcheck/CMakeLists.txt
@@ -31,7 +31,6 @@ foreach  (_test IN ITEMS Unknown NotExist DummyValgrind DummyValgrindPrePost
         )
 endforeach ()
 
-file(TO_NATIVE_PATH "${CMAKE_COMMAND}" CMAKE_COMMAND_NATIVE)
 string(REPLACE "\\" "\\\\" CMAKE_COMMAND_NATIVE "${CMAKE_COMMAND_NATIVE}")
 string(REPLACE "(" "\\(" CMAKE_COMMAND_NATIVE "${CMAKE_COMMAND_NATIVE}")
 string(REPLACE ")" "\\)" CMAKE_COMMAND_NATIVE "${CMAKE_COMMAND_NATIVE}")

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

Summary of changes:
 Tests/CTestTestMemcheck/CMakeLists.txt |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list