Browse Source

modules: updated FindCorrade.cmake.

pull/107/head
Vladimír Vondruš 11 years ago
parent
commit
a4b0000c39
  1. 3
      modules/FindCorrade.cmake

3
modules/FindCorrade.cmake

@ -34,6 +34,8 @@
# Features of found Corrade library are exposed in these variables: # Features of found Corrade library are exposed in these variables:
# CORRADE_GCC47_COMPATIBILITY - Defined if compiled with compatibility # CORRADE_GCC47_COMPATIBILITY - Defined if compiled with compatibility
# mode for GCC 4.7 # mode for GCC 4.7
# CORRADE_MSVC2015_COMPATIBILITY - Defined if compiled with compatibility
# mode for MSVC 2015
# CORRADE_BUILD_DEPRECATED - Defined if compiled with deprecated APIs # CORRADE_BUILD_DEPRECATED - Defined if compiled with deprecated APIs
# included # included
# CORRADE_BUILD_STATIC - Defined if compiled as static libraries # CORRADE_BUILD_STATIC - Defined if compiled as static libraries
@ -191,6 +193,7 @@ endif()
file(READ ${CORRADE_INCLUDE_DIR}/Corrade/configure.h _corradeConfigure) file(READ ${CORRADE_INCLUDE_DIR}/Corrade/configure.h _corradeConfigure)
set(_corradeFlags set(_corradeFlags
GCC47_COMPATIBILITY GCC47_COMPATIBILITY
MSVC2015_COMPATIBILITY
BUILD_DEPRECATED BUILD_DEPRECATED
BUILD_STATIC BUILD_STATIC
TARGET_UNIX TARGET_UNIX

Loading…
Cancel
Save