aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/corrade/portfile.cmake1
1 files changed, 1 insertions, 0 deletions
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}
)