Browse Source

modules: fix MeshTools dependency setup.

pull/280/head
Vladimír Vondruš 8 years ago
parent
commit
d8f4c245db
  1. 2
      modules/FindMagnum.cmake

2
modules/FindMagnum.cmake

@ -369,7 +369,7 @@ endif()
set(_MAGNUM_MeshTools_DEPENDENCIES ) set(_MAGNUM_MeshTools_DEPENDENCIES )
if(MAGNUM_TARGET_GL) if(MAGNUM_TARGET_GL)
# Trade is used only in compile(), which needs GL as well # Trade is used only in compile(), which needs GL as well
list(APPEND _MAGNUM_${_COMPONENT}_DEPENDENCIES Trade GL) list(APPEND _MAGNUM_MeshTools_DEPENDENCIES Trade GL)
endif() endif()
set(_MAGNUM_OpenGLTester_DEPENDENCIES GL) set(_MAGNUM_OpenGLTester_DEPENDENCIES GL)

Loading…
Cancel
Save