diff --git a/mac/mac.json b/mac/mac.json index 10646b24..5fa4e045 100644 --- a/mac/mac.json +++ b/mac/mac.json @@ -1,6 +1,9 @@ { "name": "libmac", "buildsystem": "cmake", + "config-opts": [ + "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" + ], "cleanup": [ "/include/MAC" ],