Should add if you need to change your deployment target (to say 10.13) you can do this when you generate the project by passing -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13
to the cmake command.
1 Like
Should add if you need to change your deployment target (to say 10.13) you can do this when you generate the project by passing -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13
to the cmake command.