Skip to content

Commit

Permalink
Merge pull request #700 from cb-geo/hotfix/kahip-cmake
Browse files Browse the repository at this point in the history
🔨 Fix libkahip location in cmake
  • Loading branch information
cbgeo committed Oct 8, 2020
2 parents 70da0c5 + 52533be commit c9630b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/FindKaHIP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ if (MPI_CXX_FOUND)
DOC "Directory where the KaHIP header files are located"
)

find_library(KAHIP_LIBRARY kahip
find_library(KAHIP_LIBRARY libkahip.a
HINTS ${KAHIP_ROOT}/deploy $ENV{KAHIP_ROOT}/deploy /usr/local/KaHIP/deploy
NO_DEFAULT_PATH
DOC "Directory where the KaHIP library is located"
)

)
find_library(KAHIP_LIBRARY kahip
DOC "Directory where the KaHIP library is located"
)
Expand Down

0 comments on commit c9630b3

Please sign in to comment.