You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2009/07/02 22:58:49 UTC

svn commit: r790736 - /qpid/trunk/qpid/cpp/src/tests/CMakeLists.txt

Author: shuston
Date: Thu Jul  2 20:58:49 2009
New Revision: 790736

URL: http://svn.apache.org/viewvc?rev=790736&view=rev
Log:
Don't try to unset MEMORYCHECK_COMMAND - jut leave it if not needed

Modified:
    qpid/trunk/qpid/cpp/src/tests/CMakeLists.txt

Modified: qpid/trunk/qpid/cpp/src/tests/CMakeLists.txt
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/CMakeLists.txt?rev=790736&r1=790735&r2=790736&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/CMakeLists.txt (original)
+++ qpid/trunk/qpid/cpp/src/tests/CMakeLists.txt Thu Jul  2 20:58:49 2009
@@ -38,8 +38,6 @@
 --suppressions=${CMAKE_CURRENT_SOURCE_DIR}/.valgrind.supp
 --num-callers=25
 --log-file=ctest_valgrind.vglog")
-else (ENABLE_VALGRIND)
-  unset (MEMORYCHECK_COMMAND)
 endif (ENABLE_VALGRIND)
 
 # Using the Boost DLLs triggers warning 4275 on Visual Studio



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org