From e335fde00d76b3bb3335253a766f7fc847ff5704 Mon Sep 17 00:00:00 2001
From: Anchor <none@none>
Date: Tue, 16 Apr 2019 19:34:06 -0700
Subject: [PATCH] [DRTVWR-476] - fix msvc version

---
 indra/cmake/Copy3rdPartyLibs.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake
index a8b353ff336..e121328d644 100644
--- a/indra/cmake/Copy3rdPartyLibs.cmake
+++ b/indra/cmake/Copy3rdPartyLibs.cmake
@@ -81,7 +81,7 @@ if(WINDOWS)
     elseif (MSVC_VERSION EQUAL 1800) # VisualStudio 2013, which is (sigh) VS 12
         list(APPEND LMSVC_VER 120)
         list(APPEND LMSVC_VERDOT 12.0)
-    elseif (MSVC_VERSION EQUAL 1915) # Visual Studio 2017
+    elseif (MSVC_VERSION EQUAL 1916) # Visual Studio 2017
         list(APPEND LMSVC_VER 150)
         list(APPEND LMSVC_VERDOT 15.0)
     else (MSVC80)
-- 
GitLab