Unverified Commit fdf02197 authored by Christopher Ryan Combs Jr's avatar Christopher Ryan Combs Jr Committed by GitHub
Browse files

Added generic superlu library name

parent cbe72999
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ find_path(SUPERLU_INCLUDE_DIR
)

find_library(SUPERLU_LIBRARY
  NAMES "superlu_${SuperLU_FIND_VERSION}"
  NAMES "superlu_${SuperLU_FIND_VERSION}" "superlu"
)

get_filename_component(SUPERLU_ROOT_INCLUDE_DIR "${SUPERLU_INCLUDE_DIR}" DIRECTORY)