Browse Source

modules: updated FindCorrade.cmake.

pull/216/head
Vladimír Vondruš 9 years ago
parent
commit
2e14d2d752
  1. 5
      modules/FindCorrade.cmake

5
modules/FindCorrade.cmake

@ -64,7 +64,9 @@
# #
# CORRADE_GCC47_COMPATIBILITY - Defined if compiled with compatibility mode # CORRADE_GCC47_COMPATIBILITY - Defined if compiled with compatibility mode
# for GCC 4.7 # for GCC 4.7
# CORRADE_MSVC2015_COMPATIBILITY - Defined if compiled with compatibility # CORRADE_MSVC2017_COMPATIBILITY - Defined if compiled with compatibility
# mode for MSVC 2017
# CORRADE_MSVC2015_COMPATIBILITY - Defined if compiled with compatibility
# mode for MSVC 2015 # mode for MSVC 2015
# CORRADE_BUILD_DEPRECATED - Defined if compiled with deprecated APIs # CORRADE_BUILD_DEPRECATED - Defined if compiled with deprecated APIs
# included # included
@ -283,6 +285,7 @@ file(READ ${_CORRADE_CONFIGURE_FILE} _corradeConfigure)
set(_corradeFlags set(_corradeFlags
GCC47_COMPATIBILITY GCC47_COMPATIBILITY
MSVC2015_COMPATIBILITY MSVC2015_COMPATIBILITY
MSVC2017_COMPATIBILITY
BUILD_DEPRECATED BUILD_DEPRECATED
BUILD_STATIC BUILD_STATIC
TARGET_UNIX TARGET_UNIX

Loading…
Cancel
Save