diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-11-18 16:42:57 -0500 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-11-18 16:42:57 -0500 |
commit | 5e57352e1295d33cf9815800393212824d53bb75 (patch) | |
tree | b72aaeaf91e55ce3d143bf0757c899d6068deca2 /indra/cmake/ViewerMiscLibs.cmake | |
parent | 57e5841a9c642e8f1044daf33f44ede173ef48b9 (diff) |
SH-350 SH-351 SH-355 FIX Several fixes for ARC
Fixed the texture resolution calculation against the rounding errors
we had before.
Fixed the bug where linking prims changed the combined cost
Fixed the bug where twisting was not computed properly
Code reviewed by davep.
Diffstat (limited to 'indra/cmake/ViewerMiscLibs.cmake')
-rw-r--r-- | indra/cmake/ViewerMiscLibs.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/cmake/ViewerMiscLibs.cmake b/indra/cmake/ViewerMiscLibs.cmake index 32c4bc81df..5710360de2 100644 --- a/indra/cmake/ViewerMiscLibs.cmake +++ b/indra/cmake/ViewerMiscLibs.cmake @@ -2,7 +2,6 @@ include(Prebuilt) if (NOT STANDALONE) - use_prebuilt_binary(libuuid) use_prebuilt_binary(vivox) use_prebuilt_binary(fontconfig) endif(NOT STANDALONE) |