diff --git a/modules/FindMagnum.cmake b/modules/FindMagnum.cmake index f2dbd2031..7a1e726cb 100644 --- a/modules/FindMagnum.cmake +++ b/modules/FindMagnum.cmake @@ -377,9 +377,9 @@ foreach(_component ${Magnum_FIND_COMPONENTS}) elseif(_component STREQUAL Primitives) set(_MAGNUM_${_COMPONENT}_DEPENDENCIES Trade) elseif(_component STREQUAL MagnumFont) - set(_MAGNUM_${_COMPONENT}_DEPENDENCIES TgaImporter) # and below + set(_MAGNUM_${_COMPONENT}_DEPENDENCIES Trade TgaImporter) # and below elseif(_component STREQUAL MagnumFontConverter) - set(_MAGNUM_${_COMPONENT}_DEPENDENCIES TgaImageConverter) # and below + set(_MAGNUM_${_COMPONENT}_DEPENDENCIES Trade TgaImageConverter) # and below elseif(_component STREQUAL ObjImporter) set(_MAGNUM_${_COMPONENT}_DEPENDENCIES MeshTools) # and below endif()