summaryrefslogtreecommitdiff
path: root/indra/cmake/Copy3rdPartyLibs.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/Copy3rdPartyLibs.cmake
parent235a4477abfb4875e5d08ce60251b389768319b7 (diff)
no longer using tcmalloc-minimal, replacing cmake config to refer to
full build version.
Diffstat (limited to 'indra/cmake/Copy3rdPartyLibs.cmake')
-rwxr-xr-xindra/cmake/Copy3rdPartyLibs.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake
index d4c478c3c7..38bfef6332 100755
--- a/indra/cmake/Copy3rdPartyLibs.cmake
+++ b/indra/cmake/Copy3rdPartyLibs.cmake
@@ -56,8 +56,8 @@ if(WINDOWS)
)
if(USE_GOOGLE_PERFTOOLS)
- set(debug_files ${debug_files} libtcmalloc_minimal-debug.dll)
- set(release_files ${release_files} libtcmalloc_minimal.dll)
+ set(debug_files ${debug_files} libtcmalloc-debug.dll)
+ set(release_files ${release_files} libtcmalloc.dll)
endif(USE_GOOGLE_PERFTOOLS)
if (FMOD)
@@ -262,7 +262,7 @@ elseif(LINUX)
libopenal.so
libopenjpeg.so
libssl.so
- libtcmalloc_minimal.so
+ libtcmalloc.so
libuuid.so.16
libuuid.so.16.0.22
libssl.so.0.9.8