summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/ctest_helpers.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/ctest_helpers.cmake')
-rw-r--r--src/third_party/wiredtiger/test/ctest_helpers.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/third_party/wiredtiger/test/ctest_helpers.cmake b/src/third_party/wiredtiger/test/ctest_helpers.cmake
index 3505c0d5e18..23cae0b5a95 100644
--- a/src/third_party/wiredtiger/test/ctest_helpers.cmake
+++ b/src/third_party/wiredtiger/test/ctest_helpers.cmake
@@ -105,10 +105,6 @@ function(create_test_executable target)
target_link_libraries(${target} ${CREATE_TEST_LIBS})
endif()
- if(ENABLE_TCMALLOC AND HAVE_LIBTCMALLOC)
- target_link_libraries(${target} ${HAVE_LIBTCMALLOC})
- endif()
-
# If compiling for windows, additionally link in the shim library.
if(WT_WIN)
target_include_directories(