From 71214e6a2940efba0a996eb08f1864a6ae88e9ca Mon Sep 17 00:00:00 2001 From: tarcila Date: Tue, 9 Jul 2019 15:33:53 -0400 Subject: [corrade] Workaroud for vs 2017 is still applicable for vs 2019 (#7025) Fixes compilation issue due to ambiguous declaration in ArrayView class. --- ports/corrade/portfile.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/corrade/portfile.cmake b/ports/corrade/portfile.cmake index c9e0321dd..336cda6e3 100644 --- a/ports/corrade/portfile.cmake +++ b/ports/corrade/portfile.cmake @@ -32,6 +32,7 @@ vcpkg_configure_cmake( OPTIONS -DDUTILITY_USE_ANSI_COLORS=ON -DBUILD_STATIC=${BUILD_STATIC} + -DCORRADE_MSVC2017_COMPATIBILITY=ON ${_COMPONENT_FLAGS} ) -- cgit v1.2.3