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})