diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-09-16 14:54:23 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-09-16 14:54:23 -0400 |
commit | bee60281847e0d073554b0cd31a080ecad3aa5d1 (patch) | |
tree | 4e29f70a7c213d01ee6f1adeb3de75f1bb86ba7c /indra/cmake/Copy3rdPartyLibs.cmake | |
parent | e70d0b62eaed8270c36e6752ceaa9a824fa2a024 (diff) |
SNOW-606 REVERT libuuid removal
backing out patch from SNOW-606 as it breaks the build on our linux
build machines. Can be re-applied when our build machines get an updated
version of libuuid.
Diffstat (limited to 'indra/cmake/Copy3rdPartyLibs.cmake')
-rw-r--r-- | indra/cmake/Copy3rdPartyLibs.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake index 428b151c11..9900a8fb45 100644 --- a/indra/cmake/Copy3rdPartyLibs.cmake +++ b/indra/cmake/Copy3rdPartyLibs.cmake @@ -236,6 +236,7 @@ elseif(LINUX) libssl.so libstacktrace.so libtcmalloc.so + libuuid.so.1 libssl.so.0.9.7 ) |