Skip to content
Snippets Groups Projects
Commit e335fde0 authored by Anchor's avatar Anchor Committed by Nat Goodspeed
Browse files

[DRTVWR-476] - fix msvc version

parent 5db924ce
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment