Browse Source

modules: updated FindCorrade.cmake.

pull/362/head
Vladimír Vondruš 7 years ago
parent
commit
4009d88c00
  1. 3
      modules/FindCorrade.cmake

3
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

Loading…
Cancel
Save