[Cmake-commits] CMake branch, next, updated. v2.8.9-1012-g95e6de2
Rolf Eike Beer
eike at sf-mail.de
Thu Oct 4 17:07:08 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 95e6de22c4c23e9f7df33ed9d7c79ea45f682726 (commit)
via a64a771b1535ab9e9754928ae2d80fdc5af1b165 (commit)
from 9a291392946a9777a23f4d9ad6af757b00ed8f81 (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=95e6de22c4c23e9f7df33ed9d7c79ea45f682726
commit 95e6de22c4c23e9f7df33ed9d7c79ea45f682726
Merge: 9a29139 a64a771
Author: Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Thu Oct 4 17:07:03 2012 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Oct 4 17:07:03 2012 -0400
Merge topic 'test-ctest-memcheck' into next
a64a771 fix wrong target name in dependency
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a64a771b1535ab9e9754928ae2d80fdc5af1b165
commit a64a771b1535ab9e9754928ae2d80fdc5af1b165
Author: Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Thu Oct 4 23:06:49 2012 +0200
Commit: Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Thu Oct 4 23:06:49 2012 +0200
fix wrong target name in dependency
diff --git a/Tests/CTestTestMemcheck/CMakeLists.txt b/Tests/CTestTestMemcheck/CMakeLists.txt
index 626156c..2730a61 100644
--- a/Tests/CTestTestMemcheck/CMakeLists.txt
+++ b/Tests/CTestTestMemcheck/CMakeLists.txt
@@ -9,7 +9,7 @@ set_target_properties(pseudo_valgrind PROPERTIES OUTPUT_NAME valgrind)
# Xcode 2.x forgets to create the output directory before linking
# the individual architectures.
if(CMAKE_OSX_ARCHITECTURES AND XCODE AND NOT "${XCODE_VERSION}" MATCHES "^[^12]")
- add_custom_command(TARGET valgrind
+ add_custom_command(TARGET pseudo_valgrind
PRE_BUILD COMMAND ${CMAKE_COMMAND} -E make_directory "${CMAKE_CFG_INTDIR}"
)
endif()
-----------------------------------------------------------------------
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