diff --git a/cmake/FindMetis.cmake b/cmake/FindMetis.cmake index c40d40be7677d6a1a9f74d97e95817658a706c53..1547d9e1ff848f4b3079c61087dd4629ca3f2795 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)