mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Windows: cmake: Add VS2017 15.5 build support
This commit is contained in:
@ -334,9 +334,10 @@ if(OS_WINDOWS)
|
|||||||
# Check if the current MSVC version is compatible with the cef_sandbox.lib
|
# Check if the current MSVC version is compatible with the cef_sandbox.lib
|
||||||
# static library.
|
# static library.
|
||||||
list(APPEND supported_msvc_versions
|
list(APPEND supported_msvc_versions
|
||||||
1900 # VS2015
|
1900 # VS2015 and updates 1, 2, & 3
|
||||||
1910 # VS2017 <= 15.2
|
1910 # VS2017 version 15.1 & 15.2
|
||||||
1911 # VS2017 >= 15.3
|
1911 # VS2017 version 15.3 & 15.4
|
||||||
|
1912 # VS2017 version 15.5
|
||||||
)
|
)
|
||||||
list(FIND supported_msvc_versions ${MSVC_VERSION} _index)
|
list(FIND supported_msvc_versions ${MSVC_VERSION} _index)
|
||||||
if (${_index} EQUAL -1)
|
if (${_index} EQUAL -1)
|
||||||
|
Reference in New Issue
Block a user