Skip to content
Snippets Groups Projects
Commit 8ef1e0da authored by Dominik Thoennes's avatar Dominik Thoennes
Browse files

recent versions of cmake warn if the argument is not the same as the FindXXX.cmake name

parent fc54e898
Branches
No related merge requests found
......@@ -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)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment