summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorCallum Prentice <callum@gmail.com>2017-05-01 12:42:12 -0700
committerCallum Prentice <callum@gmail.com>2017-05-01 12:42:12 -0700
commit7005310541b9b9b002b2bd52cb1f28c0d25a8281 (patch)
tree52301f861d34f79fa601a061352da5cece633d9c /indra/cmake
parente94d78571368e495e6f47a994b3f07629f33dd97 (diff)
Fix MAINT-7360 Investigate removal of MSVCR100.DLL and MSVCP100.DLL
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/Copy3rdPartyLibs.cmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake
index c7fb7a5301..43188673eb 100644
--- a/indra/cmake/Copy3rdPartyLibs.cmake
+++ b/indra/cmake/Copy3rdPartyLibs.cmake
@@ -67,8 +67,9 @@ if(WINDOWS)
endif (MSVC80)
# try to copy VS2010 redist independently of system version
- list(APPEND LMSVC_VER 100)
- list(APPEND LMSVC_VERDOT 10.0)
+ # maint-7360 CP
+ # list(APPEND LMSVC_VER 100)
+ # list(APPEND LMSVC_VERDOT 10.0)
list(LENGTH LMSVC_VER count)
math(EXPR count "${count}-1")