Skip to content
Snippets Groups Projects
Commit b123bc98 authored by Christoph Schwarzmeier's avatar Christoph Schwarzmeier
Browse files

Merge branch 'thoennes/fix-metis-cmake-warning' into 'master'

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

See merge request walberla/walberla!483
parents fc54e898 8ef1e0da
Branches
Tags
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