Skip to content
Snippets Groups Projects
Commit 6ab46c78 authored by Andreas Nüßing's avatar Andreas Nüßing Committed by Dominic Kempf
Browse files

[PATCH] [CMake] add "SuperLU" to proposed path suffixes

on fedora 21, the default subdirectory for SuperLU includes is
called "SuperLU".
parent a49ddaa9
Branches
Tags
No related merge requests found
......@@ -26,14 +26,14 @@ endif(NOT BLAS_FOUND)
find_path(SUPERLU_INCLUDE_DIR
NAMES supermatrix.h
PATHS ${SUPERLU_PREFIX} ${SUPERLU_ROOT}
PATH_SUFFIXES "superlu" "include/superlu" "include" "SRC"
PATH_SUFFIXES "superlu" "SuperLU" "include/superlu" "include" "SRC"
NO_DEFAULT_PATH
)
# look for header files, including default paths
find_path(SUPERLU_INCLUDE_DIR
NAMES supermatrix.h
PATH_SUFFIXES "superlu" "include/superlu" "include" "SRC"
PATH_SUFFIXES "superlu" "SuperLU" "include/superlu" "include" "SRC"
)
# look for library, only at positions given by the user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment