diff options
author | Stephen D. Huston <shuston@apache.org> | 2009-07-02 20:58:49 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2009-07-02 20:58:49 +0000 |
commit | cb7f1a4da270c1bee5d894d24677fbd2a74f6611 (patch) | |
tree | afef9f85adf40d03c759d06beaa981e8e73246c8 /cpp/src/tests | |
parent | f907a67e437482ab37db092f19962a53a0502819 (diff) | |
download | qpid-python-cb7f1a4da270c1bee5d894d24677fbd2a74f6611.tar.gz |
Don't try to unset MEMORYCHECK_COMMAND - jut leave it if not needed
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@790736 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
-rw-r--r-- | cpp/src/tests/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/tests/CMakeLists.txt b/cpp/src/tests/CMakeLists.txt index fdd9836a7e..c8c2fba8c6 100644 --- a/cpp/src/tests/CMakeLists.txt +++ b/cpp/src/tests/CMakeLists.txt @@ -38,8 +38,6 @@ if (ENABLE_VALGRIND) --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 |