From bdf455eccf4745a88b30b2c5d55e1061923ce3f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 10 Jan 2021 18:53:19 +0100 Subject: [PATCH] modules: minor. --- modules/FindMagnum.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/FindMagnum.cmake b/modules/FindMagnum.cmake index d9d296f81..2f6218be2 100644 --- a/modules/FindMagnum.cmake +++ b/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})