Cycling74 / min-devkit

Tools, documentation, and reference implementation of a Max Package built using the Min-API.
MIT License
158 stars 31 forks source link

Target specific OS version #150

Open jamesb93 opened 4 years ago

jamesb93 commented 4 years ago

I recently came across an error where I could not get my external to work on another person's machine. I found that this was because the target compilation version was 10.13 by default and they were using 10.12.

I got around this by building the xcode projects and settings the Mac OS version in there but it would be nice to pass a flag to CMAKE to build for a minimum version or does it already exist and I can't find it?

tap commented 4 years ago

There isn't currently anything built in to set this easily. I'm definitely open to that being added though.