On Mar 24, 2017, at 4:21 PM, Simon Barber <simon.barber@xxxxxxxxxx> wrote:
> My build produced with make dmg_package seem to produce something that requires Mac OS Sierra to install. (I am building on Mac OS Sierra). How can I generate a package that will install on something older?
If you're using autotools, try running the configure script with "--enable-osx-deploy-target={minimum release to support}", where {minimum release to support} would be "10.6" or "10.7" or something such as that.
I'm not sure what the appropriate options are for CMake.