Windows: cmake: Add newer VS versions

This commit is contained in:
Marshall Greenblatt 2019-06-11 18:08:48 +02:00
parent 939e9f40b5
commit d277dcd5d7
1 changed files with 3 additions and 0 deletions

View File

@ -374,6 +374,9 @@ if(OS_WINDOWS)
1913 # VS2017 version 15.6
1914 # VS2017 version 15.7
1915 # VS2017 version 15.8
1916 # VS2017 version 15.9
1920 # VS2019 version 16.0
1921 # VS2018 version 16.1
)
list(FIND supported_msvc_versions ${MSVC_VERSION} _index)
if (${_index} EQUAL -1)