diff options
author | Glenn Glazer <coyot@lindenlab.com> | 2017-06-14 14:16:23 -0700 |
---|---|---|
committer | Glenn Glazer <coyot@lindenlab.com> | 2017-06-14 14:16:23 -0700 |
commit | c538ff12c5a75ba9aa51648e97fd629a9a2829e9 (patch) | |
tree | 65f4e817b40adcd2b2c461ceead9aeb0dc12dcb9 /indra/cmake/Copy3rdPartyLibs.cmake | |
parent | bcf7195bce14efb8e36da0f6e4cfb1491e78c331 (diff) |
SL-700: temporarily use local version of ca-bundle.crt instead of from voice, misc cleanup
Diffstat (limited to 'indra/cmake/Copy3rdPartyLibs.cmake')
-rw-r--r-- | indra/cmake/Copy3rdPartyLibs.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake index 43188673eb..5ccbe7d1d8 100644 --- a/indra/cmake/Copy3rdPartyLibs.cmake +++ b/indra/cmake/Copy3rdPartyLibs.cmake @@ -20,7 +20,6 @@ if(WINDOWS) set(vivox_src_dir "${ARCH_PREBUILT_DIRS_RELEASE}") set(vivox_files SLVoice.exe - ca-bundle.crt libsndfile-1.dll vivoxsdk.dll ortp.dll @@ -151,7 +150,6 @@ elseif(DARWIN) set(vivox_src_dir "${ARCH_PREBUILT_DIRS_RELEASE}") set(vivox_files SLVoice - ca-bundle.crt libsndfile.dylib libvivoxoal.dylib libortp.dylib |