From a57c8372fdfcee68294a33d0b5bd4c41adef36a9 Mon Sep 17 00:00:00 2001 From: Squareys Date: Mon, 10 Oct 2016 01:00:12 +0200 Subject: [PATCH] modules: Fix detection of Magnum::Vk headers Signed-off-by: Squareys --- modules/FindMagnum.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/FindMagnum.cmake b/modules/FindMagnum.cmake index b534c902c..eb2135162 100644 --- a/modules/FindMagnum.cmake +++ b/modules/FindMagnum.cmake @@ -563,7 +563,7 @@ foreach(_component ${Magnum_FIND_COMPONENTS}) # Context libraries elseif(_component MATCHES ".+Context") set(_MAGNUM_${_COMPONENT}_INCLUDE_PATH_SUFFIX Magnum/Platform) - set(_MAGNUM_${_COMPONENT}_INCLUDE_PATH_NAMES Context.h) + set(_MAGNUM_${_COMPONENT}_INCLUDE_PATH_NAMES Instance.h) # GLX context dependencies if(_component STREQUAL GlxContext)