summaryrefslogtreecommitdiff
path: root/indra/cmake/GooglePerfTools.cmake
diff options
context:
space:
mode:
authorAndrew de Laix <alain@lindenlab.com>2011-03-16 16:06:47 +0000
committerAndrew de Laix <alain@lindenlab.com>2011-03-16 16:06:47 +0000
commit38bdbbd01921e008a5882739992fd8139ec9e1fb (patch)
tree3ecc7d866ad9007e45fd4ccbebc63ac17d54817c /indra/cmake/GooglePerfTools.cmake
parentcd8485f9c0535455142f7f979159dcf8027ae93c (diff)
rename google archive for linux to google-perftools and update to latest.
Diffstat (limited to 'indra/cmake/GooglePerfTools.cmake')
-rw-r--r--indra/cmake/GooglePerfTools.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/cmake/GooglePerfTools.cmake b/indra/cmake/GooglePerfTools.cmake
index 133ae14d2f..6c784a3a76 100644
--- a/indra/cmake/GooglePerfTools.cmake
+++ b/indra/cmake/GooglePerfTools.cmake
@@ -12,9 +12,8 @@ else (STANDALONE)
set(GOOGLE_PERFTOOLS_FOUND "YES")
endif (WINDOWS)
if (LINUX)
- use_prebuilt_binary(google)
+ use_prebuilt_binary(google-perftools)
set(TCMALLOC_LIBRARIES tcmalloc)
- set(STACKTRACE_LIBRARIES stacktrace)
set(PROFILER_LIBRARIES profiler)
set(GOOGLE_PERFTOOLS_INCLUDE_DIR
${LIBS_PREBUILT_DIR}/include)