diff options
Diffstat (limited to 'indra/cmake')
| -rw-r--r-- | indra/cmake/Copy3rdPartyLibs.cmake | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake index a8b353ff33..e121328d64 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) | 
