Browse Source

modules: once more.

pull/51/head snapshot-2014-01
Vladimír Vondruš 12 years ago
parent
commit
7fa39a5b3f
  1. 2
      modules/FindCorrade.cmake

2
modules/FindCorrade.cmake

@ -158,7 +158,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