Browse Source

Merge branch 'master' into compatibility

snapshot-2014-01-compatibility
Vladimír Vondruš 12 years ago
parent
commit
d6c2ac433a
  1. 2
      modules/FindCorrade.cmake

2
modules/FindCorrade.cmake

@ -164,7 +164,7 @@ if(NOT CORRADE_FOUND)
endif()
# Configuration
file(READ ${CORRADE_INCLUDE_DIR}/Corrade/configure.h _corradeConfigure)
file(READ ${_CORRADE_INCLUDE_DIR}/Corrade/configure.h _corradeConfigure)
# Compatibility?
string(FIND "${_corradeConfigure}" "#define CORRADE_GCC47_COMPATIBILITY" _GCC47_COMPATIBILITY)

Loading…
Cancel
Save