Windows: cmake: Add newer VS versions

This commit is contained in:
Marshall Greenblatt 2019-09-30 15:16:53 +03:00
parent f8e0797773
commit ba1b4a41a9
1 changed files with 3 additions and 1 deletions

View File

@ -385,7 +385,9 @@ if(OS_WINDOWS)
1915 # VS2017 version 15.8
1916 # VS2017 version 15.9
1920 # VS2019 version 16.0
1921 # VS2018 version 16.1
1921 # VS2019 version 16.1
1922 # VS2019 version 16.2
1923 # VS2019 version 16.3
)
list(FIND supported_msvc_versions ${MSVC_VERSION} _index)
if (${_index} EQUAL -1)