summaryrefslogtreecommitdiff
path: root/indra/cmake/GooglePerfTools.cmake
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2011-04-08 20:03:44 -0400
committerNyx (Neal Orman) <nyx@lindenlab.com>2011-04-08 20:03:44 -0400
commit5f872761ca1dd676cfddea2bae08c1d6b1388f1e (patch)
tree9c8dc114098fca81a6496ddb591849938fc783d3 /indra/cmake/GooglePerfTools.cmake
parent235a4477abfb4875e5d08ce60251b389768319b7 (diff)
no longer using tcmalloc-minimal, replacing cmake config to refer to
full build version.
Diffstat (limited to 'indra/cmake/GooglePerfTools.cmake')
-rw-r--r--indra/cmake/GooglePerfTools.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/cmake/GooglePerfTools.cmake b/indra/cmake/GooglePerfTools.cmake
index 5f653c8fb3..b3d78919f2 100644
--- a/indra/cmake/GooglePerfTools.cmake
+++ b/indra/cmake/GooglePerfTools.cmake
@@ -7,14 +7,14 @@ else (STANDALONE)
if (WINDOWS)
use_prebuilt_binary(tcmalloc)
set(TCMALLOC_LIBRARIES
- debug libtcmalloc_minimal-debug
- optimized libtcmalloc_minimal)
+ debug libtcmalloc-debug
+ optimized libtcmalloc)
set(GOOGLE_PERFTOOLS_FOUND "YES")
endif (WINDOWS)
if (LINUX)
use_prebuilt_binary(tcmalloc)
set(TCMALLOC_LIBRARIES
- tcmalloc_minimal)
+ tcmalloc)
set(PROFILER_LIBRARIES profiler)
set(GOOGLE_PERFTOOLS_INCLUDE_DIR
${LIBS_PREBUILT_DIR}/include)