View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0011092CMakeCMakepublic2010-08-03 19:062012-03-06 08:37
ReporterDavid Rogers 
Assigned ToDavid Cole 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionno change required 
PlatformOSOS Version
Product VersionCMake-2-8 
Target VersionFixed in VersionCMake 2.8.6 
Summary0011092: iOS SDK now supports deployment targets, no way to set from CMake
DescriptionIn iOS SDK 4.0, Apple added support for a deployment target. Which works identical to the same feature on OS X but has a different variable name. IPHONEOS_DEPLOYMENT_TARGET

Support for this in CMake would be wonderful.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0023560)
Michael Toy (reporter)
2010-11-27 00:03

We do something like this:

macro(set_xcode_property targ xc_prop_name xc_prop_val)
    set_property( TARGET ${targ} PROPERTY XCODE_ATTRIBUTE_${xc_prop_name} ${xc_prop_val} )
endmacro(set_xcode_property)
set_xcode_property( my_target IPHONEOS_DEPLOYMENT_TARGET "3.2" )
(0024489)
Bill Hoffman (manager)
2011-01-06 16:36

Is this still an issue?
(0024490)
David Rogers (reporter)
2011-01-06 16:39

Not anymore. It would be nice that property could exposed in the same way as the OS X one without using a macro. But at least there is a work around.
(0027510)
David Cole (manager)
2011-10-03 10:45

Please use the XCODE_ATTRIBUTE_ target property as mentioned in previous notes.
(0028813)
David Cole (manager)
2012-03-06 08:37

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2010-08-03 19:06 David Rogers New Issue
2010-11-27 00:03 Michael Toy Note Added: 0023560
2011-01-06 16:36 Bill Hoffman Note Added: 0024489
2011-01-06 16:39 David Rogers Note Added: 0024490
2011-01-17 17:01 David Cole Assigned To => David Cole
2011-01-17 17:01 David Cole Status new => assigned
2011-10-03 10:45 David Cole Note Added: 0027510
2011-10-03 10:45 David Cole Status assigned => resolved
2011-10-03 10:45 David Cole Fixed in Version => CMake 2.8.6
2011-10-03 10:45 David Cole Resolution open => no change required
2012-03-06 08:37 David Cole Note Added: 0028813
2012-03-06 08:37 David Cole Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team