Skip to content
Snippets Groups Projects
Commit 131901e8 authored by Lars Bilke's avatar Lars Bilke
Browse files

Merge branch 'fix-wheel' into 'master'

[cmake] Install GKlib (metis helper library)

See merge request ogs/ogs!4859
parents 009feb40 2c4a7ca7
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment