summaryrefslogtreecommitdiff
path: root/indra/cmake/GooglePerfTools.cmake
diff options
context:
space:
mode:
authorChristian Goetze (CG) <cg@lindenlab.com>2011-03-16 12:31:04 -0700
committerChristian Goetze (CG) <cg@lindenlab.com>2011-03-16 12:31:04 -0700
commitdc8092a5d47cebb63e7ed9d3bcd13ec8bf72d903 (patch)
treebd0bc2b723620eb1288fed07dd27bffc9e345740 /indra/cmake/GooglePerfTools.cmake
parentc5ce29c871a28c90691eb7391a176c5e0cbead91 (diff)
parente997db248f64597f0a643a622b210e5c9b79d07d (diff)
Merged: Comment out setting of TMP, do not recompute AUTOBUILD if it is already defined.
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)