Skip to content

Commit

Permalink
Update FindSCOTCH.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Oct 13, 2024
1 parent 4bdc9a4 commit cf29239
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmake/FindSCOTCH.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ libfind_pkg_check_modules(SCOTCH_PKGCONF SCOTCH)

# Only check for the library since this is a link dependency
find_library(SCOTCH_LIBRARY
NAMES libscotch.a
NAMES libscotch
PATHS ${SCOTCH_PKGCONF_LIBRARY_DIRS}
)

find_library(SCOTCH_ERR_LIBRARY
NAMES libscotcherr.a
NAMES libscotcherr
PATHS ${SCOTCH_PKGCONF_LIBRARY_DIRS}
)

find_library(SCOTCH_ERR_EXIT_LIBRARY
NAMES libscotcherrexit.a
NAMES libscotcherrexit
PATHS ${SCOTCH_PKGCONF_LIBRARY_DIRS}
)

find_library(SCOTCH_METIS_LIBRARY
NAMES libscotchmetis.a
NAMES libscotchmetis
PATHS ${SCOTCH_PKGCONF_LIBRARY_DIRS}
)

Expand Down

0 comments on commit cf29239

Please sign in to comment.