Skip to content

Commit 7fa39a5

Browse files
committed
modules: once more.
1 parent 7ec314d commit 7fa39a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/FindCorrade.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ if(NOT CORRADE_FOUND)
158158
endif()
159159

160160
# Configuration
161-
file(READ ${CORRADE_INCLUDE_DIR}/Corrade/configure.h _corradeConfigure)
161+
file(READ ${_CORRADE_INCLUDE_DIR}/Corrade/configure.h _corradeConfigure)
162162

163163
# Compatibility?
164164
string(FIND "${_corradeConfigure}" "#define CORRADE_GCC47_COMPATIBILITY" _GCC47_COMPATIBILITY)

0 commit comments

Comments
 (0)