Browse Source

modules: minor.

pull/494/head
Vladimír Vondruš 5 years ago
parent
commit
bdf455eccf
  1. 2
      modules/FindMagnum.cmake

2
modules/FindMagnum.cmake

@ -1049,7 +1049,7 @@ endif()
# For CMake 3.16+ with REASON_FAILURE_MESSAGE, provide additional potentially
# useful info about the failed components.
if(NOT CMAKE_VERSION VERSION_LESS 3.16)
set(_MAGNUM_REASON_FAILURE_MESSAGE)
set(_MAGNUM_REASON_FAILURE_MESSAGE )
# Go only through the originally specified find_package() components, not
# the dependencies added by us afterwards
foreach(_component ${_MAGNUM_ORIGINAL_FIND_COMPONENTS})

Loading…
Cancel
Save