Skip to content

Commit

Permalink
Merge branch 'fix-mpmetis-arch' into 'master'
Browse files Browse the repository at this point in the history
[cmake] Pass OGS_CPU_ARCHITECTURE flags to mpmetis.

See merge request ogs/ogs!5066
  • Loading branch information
endJunction committed Aug 28, 2024
2 parents 0cc6592 + a01153c commit 6309388
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 @@ -437,7 +437,7 @@ if(OGS_BUILD_UTILS)
list(APPEND _metis_options "BUILD_SHARED_LIBS OFF")
else()
list(APPEND _metis_options
"CMAKE_C_FLAGS -D_POSIX_C_SOURCE=200809L"
"CMAKE_C_FLAGS -D_POSIX_C_SOURCE=200809L" ${CPU_FLAGS}
)
endif()
CPMFindPackage(
Expand Down

0 comments on commit 6309388

Please sign in to comment.