summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-05-07 01:55:41 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-05-09 21:22:22 +0300
commitc0adc5e18106077eaf021599b80a822f7063df01 (patch)
treead9c140eeec5af64def4a70f0d3e819dcb7f4ee5 /indra/cmake
parentca24fc11eab5517a6f4a7359d330b7af9bc6d60d (diff)
SL-17376 Fix viewer failing due to missing vcruntime140_1
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/Copy3rdPartyLibs.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake
index b408702f04..ff705101de 100644
--- a/indra/cmake/Copy3rdPartyLibs.cmake
+++ b/indra/cmake/Copy3rdPartyLibs.cmake
@@ -129,6 +129,7 @@ if(WINDOWS)
msvcp${MSVC_VER}.dll
msvcr${MSVC_VER}.dll
vcruntime${MSVC_VER}.dll
+ vcruntime${MSVC_VER}_1.dll
)
if(EXISTS "${registry_path}/${release_msvc_file}")
to_staging_dirs(