summaryrefslogtreecommitdiff
path: root/indra/cmake/GooglePerfTools.cmake
diff options
context:
space:
mode:
authorAlain Linden <alain@lindenlab.com>2011-01-14 09:03:22 -0800
committerAlain Linden <alain@lindenlab.com>2011-01-14 09:03:22 -0800
commit738c7546087b5c5fa049be0563623221ef5716c6 (patch)
treec22d363288c51d037b39bdc8e54a066eb44f74ba /indra/cmake/GooglePerfTools.cmake
parentb7637e58bef73abfced2721d6b697e47b2d9f622 (diff)
windows autobuildibatized (bye bye install.py...)
Diffstat (limited to 'indra/cmake/GooglePerfTools.cmake')
-rw-r--r--indra/cmake/GooglePerfTools.cmake4
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/cmake/GooglePerfTools.cmake b/indra/cmake/GooglePerfTools.cmake
index 0ac67fe595..133ae14d2f 100644
--- a/indra/cmake/GooglePerfTools.cmake
+++ b/indra/cmake/GooglePerfTools.cmake
@@ -4,9 +4,6 @@ include(Prebuilt)
if (STANDALONE)
include(FindGooglePerfTools)
else (STANDALONE)
- if(NOT DARWIN)
- use_prebuilt_binary(google)
- endif()
if (WINDOWS)
use_prebuilt_binary(google-perftools)
set(TCMALLOC_LIBRARIES
@@ -15,6 +12,7 @@ else (STANDALONE)
set(GOOGLE_PERFTOOLS_FOUND "YES")
endif (WINDOWS)
if (LINUX)
+ use_prebuilt_binary(google)
set(TCMALLOC_LIBRARIES tcmalloc)
set(STACKTRACE_LIBRARIES stacktrace)
set(PROFILER_LIBRARIES profiler)