Skip to content

Commit

Permalink
[cmake,mfront,wheel] Don't build behaviour lib on mac arm with mfront.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke authored and endJunction committed Jul 26, 2023
1 parent 9b58988 commit ccdedf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MaterialLib/SolidModels/MFront/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ set(_mfront_behaviours
ThermoPoroElasticity
)

if(OGS_BUILD_WHEEL)
if(OGS_BUILD_WHEEL AND NOT APPLE_ARM)
# Build behaviours lib with mfront executable
foreach(behaviour ${_mfront_behaviours})
list(APPEND _mfront_behaviour_files
Expand Down

0 comments on commit ccdedf7

Please sign in to comment.