From 4009d88c00430569ffe44fc75337452af7cef004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 5 Jul 2019 20:23:42 +0200 Subject: [PATCH] modules: updated FindCorrade.cmake. --- modules/FindCorrade.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/FindCorrade.cmake b/modules/FindCorrade.cmake index 741f3fd67..86f0d79e1 100644 --- a/modules/FindCorrade.cmake +++ b/modules/FindCorrade.cmake @@ -62,6 +62,8 @@ # # Features of found Corrade library are exposed in these variables: # +# CORRADE_MSVC2019_COMPATIBILITY - Defined if compiled with compatibility +# mode for MSVC 2019 # CORRADE_MSVC2017_COMPATIBILITY - Defined if compiled with compatibility # mode for MSVC 2017 # CORRADE_MSVC2015_COMPATIBILITY - Defined if compiled with compatibility @@ -290,6 +292,7 @@ set(_corradeFlags # So far that's not a problem, but might become an issue for new flags. MSVC2015_COMPATIBILITY MSVC2017_COMPATIBILITY + MSVC2019_COMPATIBILITY BUILD_DEPRECATED BUILD_STATIC BUILD_MULTITHREADED