Browse Source

modules: adapt FindMagnumBindings.cmake to recent header renames.

pull/9/head
Vladimír Vondruš 6 years ago
parent
commit
579107365d
  1. 2
      modules/FindMagnumBindings.cmake

2
modules/FindMagnumBindings.cmake

@ -91,7 +91,7 @@ foreach(_component ${MagnumBindings_FIND_COMPONENTS})
# Python bindings # Python bindings
if(_component STREQUAL Python) if(_component STREQUAL Python)
set(_MAGNUMBINDINGS_${_COMPONENT}_INCLUDE_PATH_NAMES Magnum/SceneGraph/Python.h) set(_MAGNUMBINDINGS_${_COMPONENT}_INCLUDE_PATH_NAMES Magnum/SceneGraph/PythonBindings.h)
endif() endif()
if(_component MATCHES ${_MAGNUMBINDINGS_HEADER_ONLY_COMPONENTS}) if(_component MATCHES ${_MAGNUMBINDINGS_HEADER_ONLY_COMPONENTS})

Loading…
Cancel
Save