Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jan Hönig
waLBerla
Commits
8ef1e0da
Commit
8ef1e0da
authored
Oct 05, 2021
by
Dominik Thoennes
Browse files
recent versions of cmake warn if the argument is not the same as the FindXXX.cmake name
parent
fc54e898
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/FindMetis.cmake
View file @
8ef1e0da
...
...
@@ -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
(
M
ETIS
DEFAULT_MSG
find_package_handle_standard_args
(
M
etis
DEFAULT_MSG
METIS_LIBRARIES
METIS_INCLUDE_DIRS
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment