Homec4science

Add GNU option to allow argument mismatch

Authored by lanti on Feb 20 2024, 13:27.

Description

Add GNU option to allow argument mismatch

Details

Committed
lantiFeb 20 2024, 13:27
Pushed
lantiFeb 20 2024, 13:40
Parents
rSPCLIBS87c4a0aad067: Update FindMumps.cmake
Branches
Unknown
Tags
Unknown

Event Timeline

-fallow-argument-mismatch is only legal for GCC 10+

lanti added a comment.Feb 20 2024, 16:41

Thanks for spotting this ! I added a test to check if version is >= 10.0.0 here : rSPCLIBS253e659ccb68.

If it's OK for you I'll also update the add_spclib branch.