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 | 88850a41a741617d3ad88934b652c2a482bff180 (patch) | |
| tree | eee6a487b96cfc294065e0940e155600395d740c /qpid/cpp/src | |
| parent | 38da0a054f3a5c1339328581ee07a578c44d8837 (diff) | |
| download | qpid-python-88850a41a741617d3ad88934b652c2a482bff180.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@790736 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/tests/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/CMakeLists.txt b/qpid/cpp/src/tests/CMakeLists.txt index fdd9836a7e..c8c2fba8c6 100644 --- a/qpid/cpp/src/tests/CMakeLists.txt +++ b/qpid/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 |
