Windows: cmake: Add VS2019 version 16.4

This commit is contained in:
Marshall Greenblatt
2020-01-14 16:21:52 +01:00
parent c629c5bb59
commit c05c3e4065

View File

@@ -391,6 +391,7 @@ if(OS_WINDOWS)
1921 # VS2019 version 16.1 1921 # VS2019 version 16.1
1922 # VS2019 version 16.2 1922 # VS2019 version 16.2
1923 # VS2019 version 16.3 1923 # VS2019 version 16.3
1924 # VS2019 version 16.4
) )
list(FIND supported_msvc_versions ${MSVC_VERSION} _index) list(FIND supported_msvc_versions ${MSVC_VERSION} _index)
if (${_index} EQUAL -1) if (${_index} EQUAL -1)