Commit a52c577f authored by Kelvin Rodriguez's avatar Kelvin Rodriguez
Browse files

Merge branch 'cmake' of https://github.com/USGS-Astrogeology/isis3_cmake into workflow

parents 991cdc4b 57654dec
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)