summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-rw-r--r--indra/cmake/ViewerMiscLibs.cmake4
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/cmake/ViewerMiscLibs.cmake b/indra/cmake/ViewerMiscLibs.cmake
index 1665dd50f1..7329972596 100644
--- a/indra/cmake/ViewerMiscLibs.cmake
+++ b/indra/cmake/ViewerMiscLibs.cmake
@@ -4,8 +4,6 @@ include(Prebuilt)
if (NOT STANDALONE)
use_prebuilt_binary(libstdc++)
use_prebuilt_binary(libuuid)
- if(INSTALL_PROPRIETARY)
- use_prebuilt_binary(vivox)
- endif(INSTALL_PROPRIETARY)
+ use_prebuilt_binary(vivox)
endif(NOT STANDALONE)