cmake IOS Framework Deployment Target

asked 2016-06-29 07:05:00 -0600

LukasT gravatar image

Hello !

I'm new in cmake and opencv.

I follow the tutorial to build the ios framework. http://docs.opencv.org/2.4/doc/tutori...

unfortunately the deployment target from the framework is 7.

For my project in need a framework with the deployment target 8.

Its possible to change it?

Thanks for help!

edit retag flag offensive close merge delete

Comments

Are you using Xcode? Your deployment target is the version of the operation system and should always be set to the highest setting.

jmbapps gravatar imagejmbapps ( 2016-06-29 12:03:46 -0600 )edit