summaryrefslogtreecommitdiff
path: root/indra/cmake/GooglePerfTools.cmake
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-04-11 15:42:17 -0500
committerDave Parks <davep@lindenlab.com>2011-04-11 15:42:17 -0500
commit0e2df0277510fc05d6038838ddf283dbd2e5124e (patch)
treea0bd9ce52eee3aed4ece49634037858b3111733a /indra/cmake/GooglePerfTools.cmake
parent675e0cfd993ca6fab5843bf7ad0254e5e14254fc (diff)
Attempt at making tcmalloc work.
Diffstat (limited to 'indra/cmake/GooglePerfTools.cmake')
-rw-r--r--indra/cmake/GooglePerfTools.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/cmake/GooglePerfTools.cmake b/indra/cmake/GooglePerfTools.cmake
index b3d78919f2..8740e36753 100644
--- a/indra/cmake/GooglePerfTools.cmake
+++ b/indra/cmake/GooglePerfTools.cmake
@@ -7,8 +7,8 @@ else (STANDALONE)
if (WINDOWS)
use_prebuilt_binary(tcmalloc)
set(TCMALLOC_LIBRARIES
- debug libtcmalloc-debug
- optimized libtcmalloc)
+ debug libtcmalloc_minimal-debug
+ optimized libtcmalloc_minimal)
set(GOOGLE_PERFTOOLS_FOUND "YES")
endif (WINDOWS)
if (LINUX)