summaryrefslogtreecommitdiff
path: root/indra/cmake/GooglePerfTools.cmake
diff options
context:
space:
mode:
authorJennifer Leech <jenn@lindenlab.com>2008-06-12 20:51:41 +0000
committerJennifer Leech <jenn@lindenlab.com>2008-06-12 20:51:41 +0000
commitfbf15572d905799257c07d1ddfb9dea0007e89fe (patch)
tree090041496a28250356fab7806ff5c02d929a8169 /indra/cmake/GooglePerfTools.cmake
parent26a87de287544e923d08addcae4efd51125ac8c0 (diff)
svn merge -r89258:89534 svn+ssh://svn/svn/linden/branches/install-dev-binaries/idb2-merge-buildme
Diffstat (limited to 'indra/cmake/GooglePerfTools.cmake')
-rw-r--r--indra/cmake/GooglePerfTools.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/cmake/GooglePerfTools.cmake b/indra/cmake/GooglePerfTools.cmake
index 61a2631a08..9b3eca060f 100644
--- a/indra/cmake/GooglePerfTools.cmake
+++ b/indra/cmake/GooglePerfTools.cmake
@@ -1,8 +1,10 @@
# -*- cmake -*-
+include(Prebuilt)
if (STANDALONE)
include(FindGooglePerfTools)
else (STANDALONE)
+ use_prebuilt_binary(google)
if (LINUX)
set(TCMALLOC_LIBRARIES tcmalloc)
set(STACKTRACE_LIBRARIES stacktrace)