Browse Source

modules: Fix detection of Magnum::Vk headers

Signed-off-by: Squareys <Squareys@googlemail.com>
pull/202/head
Squareys 10 years ago
parent
commit
a57c8372fd
  1. 2
      modules/FindMagnum.cmake

2
modules/FindMagnum.cmake

@ -563,7 +563,7 @@ foreach(_component ${Magnum_FIND_COMPONENTS})
# Context libraries # Context libraries
elseif(_component MATCHES ".+Context") elseif(_component MATCHES ".+Context")
set(_MAGNUM_${_COMPONENT}_INCLUDE_PATH_SUFFIX Magnum/Platform) 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 # GLX context dependencies
if(_component STREQUAL GlxContext) if(_component STREQUAL GlxContext)

Loading…
Cancel
Save