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

[Merge][CMake] Merged revisions : 7114

Revision  r7114
.----------------------
Adapt to changes made to the autoconf/automake build system.
Corrected a typo.

.----------------------


[[Imported from SVN: r7343]]
parents 4c8a09d4 bd60f6b3
Branches
Tags
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.
Please register or to comment