From 450d34d3a7b06d9548023d8fb82e59850e5d092d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 21 Jan 2014 11:02:44 +0100 Subject: [PATCH] modules: F. Goddamit. Now let's do the updating round once more. --- modules/FindCorrade.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/FindCorrade.cmake b/modules/FindCorrade.cmake index b8fa94cf9..87af04d2a 100644 --- a/modules/FindCorrade.cmake +++ b/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)