[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2921-g3b7c8fb
Rolf Eike Beer
eike at sf-mail.de
Thu May 9 09:50:47 EDT 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 3b7c8fba53e53c5a65527736a3adb77dc0be91a0 (commit)
via b353a2d664811f88341782ec1e9e2f83b60d6bb9 (commit)
from 9a4d9d653cbb00d76d943375430211c0ef509780 (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=3b7c8fba53e53c5a65527736a3adb77dc0be91a0
commit 3b7c8fba53e53c5a65527736a3adb77dc0be91a0
Merge: 9a4d9d6 b353a2d
Author: Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Thu May 9 09:50:43 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu May 9 09:50:43 2013 -0400
Merge topic 'MemChecker-improvements' into next
b353a2d another try to get the configuration in MemChecker tests right
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b353a2d664811f88341782ec1e9e2f83b60d6bb9
commit b353a2d664811f88341782ec1e9e2f83b60d6bb9
Author: Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Thu May 9 15:50:10 2013 +0200
Commit: Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Thu May 9 15:50:10 2013 +0200
another try to get the configuration in MemChecker tests right
Suggested by Brad King.
diff --git a/Tests/CTestTestMemcheck/CMakeLists.txt b/Tests/CTestTestMemcheck/CMakeLists.txt
index e9d1f43..b0ca65e 100644
--- a/Tests/CTestTestMemcheck/CMakeLists.txt
+++ b/Tests/CTestTestMemcheck/CMakeLists.txt
@@ -49,7 +49,7 @@ function(gen_mc_test_internal NAME CHECKER)
endforeach()
add_test(NAME CTestTestMemcheck${NAME}
COMMAND ${CMAKE_CTEST_COMMAND}
- -C \${CTEST_CONFIGURATION_TYPE}
+ -C $<CONFIGURATION>
-S "${CMAKE_CURRENT_BINARY_DIR}/${NAME}/test.cmake" -V
--output-log "${CMAKE_CURRENT_BINARY_DIR}/${NAME}/testOutput.log"
${ARGN}
-----------------------------------------------------------------------
Summary of changes:
Tests/CTestTestMemcheck/CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list