From 83a4ba03903495c63a519796343f48e48ee16645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 12 Sep 2022 12:25:18 +0200 Subject: [PATCH] Doc++ --- modules/FindMagnumBindings.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/FindMagnumBindings.cmake b/modules/FindMagnumBindings.cmake index 22a48c8..93ab6eb 100644 --- a/modules/FindMagnumBindings.cmake +++ b/modules/FindMagnumBindings.cmake @@ -124,7 +124,7 @@ foreach(_component ${MagnumBindings_FIND_COMPONENTS}) set_property(TARGET MagnumBindings::${_component} APPEND PROPERTY INTERFACE_LINK_LIBRARIES Magnum::Magnum) - # Add bindings incldue dir + # Add bindings include dir set_property(TARGET MagnumBindings::${_component} APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES ${MAGNUMBINDINGS_INCLUDE_DIR}) endif()