Skip to content

Commit

Permalink
Merge branch 'fix-wheel' into 'master'
Browse files Browse the repository at this point in the history
[cmake] Install GKlib (metis helper library)

See merge request ogs/ogs!4859
  • Loading branch information
bilke committed Jan 8, 2024
2 parents 009feb4 + 2c4a7ca commit 131901e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ if(OGS_BUILD_UTILS)
metis PUBLIC IDXTYPEWIDTH=64 REALTYPEWIDTH=32
)
list(APPEND DISABLE_WARNINGS_TARGETS metis GKlib)
install(TARGETS mpmetis)
install(TARGETS mpmetis GKlib)
endif()
else()
find_library(METIS_LIB metis REQUIRED)
Expand Down

0 comments on commit 131901e

Please sign in to comment.