From 25a48b9dd65fc4b26b8df9a1337528713eb37185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 6 Apr 2018 00:16:33 +0200 Subject: [PATCH] modules: more Trade dependencies. --- modules/FindMagnum.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()