We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec314d commit 7fa39a5Copy full SHA for 7fa39a5
modules/FindCorrade.cmake
@@ -158,7 +158,7 @@ if(NOT CORRADE_FOUND)
158
endif()
159
160
# Configuration
161
-file(READ ${CORRADE_INCLUDE_DIR}/Corrade/configure.h _corradeConfigure)
+file(READ ${_CORRADE_INCLUDE_DIR}/Corrade/configure.h _corradeConfigure)
162
163
# Compatibility?
164
string(FIND "${_corradeConfigure}" "#define CORRADE_GCC47_COMPATIBILITY" _GCC47_COMPATIBILITY)
0 commit comments