Windows: cmake: Add newer VS versions
This commit is contained in:
parent
939e9f40b5
commit
d277dcd5d7
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue