From eaf3ad21c299356d0771423483427f9cfcb1e14e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 31 Aug 2023 19:37:12 +0200 Subject: [PATCH] modules: minor. This mistyped variable shouldn't have caused any problem in practice, so no real bug there. --- modules/FindMagnum.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/FindMagnum.cmake b/modules/FindMagnum.cmake index 9fdbd6ea2..63a5c47fb 100644 --- a/modules/FindMagnum.cmake +++ b/modules/FindMagnum.cmake @@ -985,7 +985,7 @@ foreach(_component ${Magnum_FIND_COMPONENTS}) endforeach() set_property(TARGET Magnum::${_component} APPEND PROPERTY INTERFACE_LINK_LIBRARIES Magnum::Magnum) - set(_MAGNUM_${component}_OPTIONAL_DEPENDENCIES_TO_ADD ) + set(_MAGNUM_${_component}_OPTIONAL_DEPENDENCIES_TO_ADD ) foreach(_dependency ${_MAGNUM_${_component}_DEPENDENCIES}) if(NOT _MAGNUM_${_component}_${_dependency}_DEPENDENCY_IS_OPTIONAL) set_property(TARGET Magnum::${_component} APPEND PROPERTY