summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_OSX_VARIABLE.txt
Commit message (Collapse)AuthorAgeFilesLines
* Help: Document CMAKE_OSX_* variables as cache entriesJames Turner2018-10-041-0/+2
| | | | | | | | | | The variables * CMAKE_OSX_ARCHITECTURES * CMAKE_OSX_DEPLOYMENT_TARGET * CMAKE_OSX_SYSROOT should be set as cache entries. Document this explicitly.
* Darwin: Emit deployment target that matches the SDKGregor Jasny2017-12-221-1/+4
| | | | Closes: #17431
* Help: Document CMAKE_OSX_* variablesBrad King2014-01-161-0/+6
Add documentation entries for variables CMAKE_OSX_ARCHITECTURES CMAKE_OSX_DEPLOYMENT_TARGET CMAKE_OSX_SYSROOT Explain what each does and when/how they should be set.