Skip to content
Snippets Groups Projects
Commit bd60f6b3 authored by Markus Blatt's avatar Markus Blatt
Browse files

Adapt to changes made to the autoconf/automake build system.

Corrected a typo.

[[Imported from SVN: r7114]]
parent 94ae4a38
No related branches found
No related tags found
No related merge requests found
......@@ -36,11 +36,11 @@ endfunction(add_dune_metis_flags _targets)
# search metis header
find_path(METIS_INCLUDE_DIR metis.h
PATHS ${METIS_DIR}
PATH_SUFFIXES metis include Lib
PATH_SUFFIXES metis include include/metis Lib
NO_DEFAULT_PATH
DOC "Include directory of metis")
find_path(METIS_INCLUDE_DIR metis.h
PATH_SUFFIXES metis inclue Lib)
PATH_SUFFIXES metis include include/metis Lib)
set(METIS_LIBRARY METIS_LIBRARY-NOTFOUND CACHE FILEPATH "Full path of the METIS library")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment