Skip to content
Snippets Groups Projects
Commit 569cda69 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

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

[[Imported from SVN: r1606]]
parent a9da7208
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