diff --git a/setup.py b/setup.py index 26824826d96..c8ba87ab517 100644 --- a/setup.py +++ b/setup.py @@ -364,6 +364,7 @@ def run(self): # useful error information to users. "-DEXECUTORCH_ENABLE_LOGGING=ON", "-DEXECUTORCH_LOG_LEVEL=Info", + "-DCMAKE_OSX_DEPLOYMENT_TARGET=10.13", ] build_args = [f"-j{self.parallel}"]