From 8ef1e0da0b3a4ac2e3d2e6dd3e32dd8f8720ba58 Mon Sep 17 00:00:00 2001 From: Dominik Thoennes <dominik.thoennes@fau.de> Date: Tue, 5 Oct 2021 09:56:02 +0200 Subject: [PATCH] recent versions of cmake warn if the argument is not the same as the FindXXX.cmake name --- cmake/FindMetis.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/FindMetis.cmake b/cmake/FindMetis.cmake index c40d40be7..1547d9e1f 100644 --- a/cmake/FindMetis.cmake +++ b/cmake/FindMetis.cmake @@ -161,7 +161,7 @@ else(METIS_LIBRARIES AND METIS_INCLUDE_DIRS) endif(METIS_LIBRARIES AND METIS_INCLUDE_DIRS ) # Send useful message if everything is found -find_package_handle_standard_args(METIS DEFAULT_MSG +find_package_handle_standard_args(Metis DEFAULT_MSG METIS_LIBRARIES METIS_INCLUDE_DIRS) -- GitLab