Windows: cmake: Add VS2017 15.8 build support

This commit is contained in:
Marshall Greenblatt 2018-09-21 11:11:33 +02:00
parent 8aa4b7aaae
commit 3cdc29aa53
1 changed files with 1 additions and 0 deletions

View File

@ -360,6 +360,7 @@ if(OS_WINDOWS)
1912 # VS2017 version 15.5
1913 # VS2017 version 15.6
1914 # VS2017 version 15.7
1915 # VS2017 version 15.8
)
list(FIND supported_msvc_versions ${MSVC_VERSION} _index)
if (${_index} EQUAL -1)