|
|
|
@ -62,8 +62,8 @@ |
|
|
|
# |
|
|
|
# |
|
|
|
# Features of found Corrade library are exposed in these variables: |
|
|
|
# Features of found Corrade library are exposed in these variables: |
|
|
|
# |
|
|
|
# |
|
|
|
# CORRADE_MSVC2019_COMPATIBILITY - Defined if compiled with compatibility |
|
|
|
# CORRADE_MSVC_COMPATIBILITY - Defined if compiled with compatibility |
|
|
|
# mode for MSVC 2019 |
|
|
|
# mode for MSVC 2019+ without the /permissive- flag set |
|
|
|
# CORRADE_MSVC2017_COMPATIBILITY - Defined if compiled with compatibility |
|
|
|
# CORRADE_MSVC2017_COMPATIBILITY - Defined if compiled with compatibility |
|
|
|
# mode for MSVC 2017 |
|
|
|
# mode for MSVC 2017 |
|
|
|
# CORRADE_MSVC2015_COMPATIBILITY - Defined if compiled with compatibility |
|
|
|
# CORRADE_MSVC2015_COMPATIBILITY - Defined if compiled with compatibility |
|
|
|
@ -312,7 +312,7 @@ string(REGEX REPLACE "\n" ";" _corradeConfigure "${_corradeConfigure}") |
|
|
|
set(_corradeFlags |
|
|
|
set(_corradeFlags |
|
|
|
MSVC2015_COMPATIBILITY |
|
|
|
MSVC2015_COMPATIBILITY |
|
|
|
MSVC2017_COMPATIBILITY |
|
|
|
MSVC2017_COMPATIBILITY |
|
|
|
MSVC2019_COMPATIBILITY |
|
|
|
MSVC_COMPATIBILITY |
|
|
|
BUILD_DEPRECATED |
|
|
|
BUILD_DEPRECATED |
|
|
|
BUILD_STATIC |
|
|
|
BUILD_STATIC |
|
|
|
BUILD_STATIC_UNIQUE_GLOBALS |
|
|
|
BUILD_STATIC_UNIQUE_GLOBALS |
|
|
|
|