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

[Merge][CMake] Merged revisions : 1606

Revision  r1606
.----------------------
[CMake] Renamed SUPERLU_ROOT to SUPERLU_DIR, seems to be a more common name.

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


[[Imported from SVN: r1818]]
parents c56e4801 569cda69
No related branches found
No related tags found
No related merge requests found
......@@ -19,14 +19,14 @@ endif(NOT BLAS_FOUND AND REQUIRED)
# look for header files
find_path(SUPERLU_INCLUDE_DIR
NAMES supermatrix.h
HINTS ${SUPERLU_ROOT}
HINTS ${SUPERLU_DIR}
PATH_SUFFIXES "superlu" "include/superlu" "include" "SRC"
)
# look for library
find_library(SUPERLU_LIBRARY
NAMES "superlu_4.3" "superlu_4.2" "superlu_4.1" "superlu_4.0" "superlu_3.1" "superlu_3.0" "superlu"
HINTS ${SUPERLU_ROOT}
HINTS ${SUPERLU_DIR}
PATH_SUFFIXES "lib" "lib64"
)
......
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