mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
[corrade] Workaroud for vs 2017 is still applicable for vs 2019 (#7025)
Fixes compilation issue due to ambiguous declaration in ArrayView class.
This commit is contained in:
parent
374806d659
commit
71214e6a29
@ -32,6 +32,7 @@ vcpkg_configure_cmake(
|
||||
OPTIONS
|
||||
-DDUTILITY_USE_ANSI_COLORS=ON
|
||||
-DBUILD_STATIC=${BUILD_STATIC}
|
||||
-DCORRADE_MSVC2017_COMPATIBILITY=ON
|
||||
${_COMPONENT_FLAGS}
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user