45056264bb
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.
11 lines
292 B
ReStructuredText
11 lines
292 B
ReStructuredText
CMAKE_OSX_ARCHITECTURES
|
|
-----------------------
|
|
|
|
Target specific architectures for OS X.
|
|
|
|
This variable is used to initialize the :prop_tgt:`OSX_ARCHITECTURES`
|
|
property on each target as it is creaed. See that target property
|
|
for additional information.
|
|
|
|
.. include:: CMAKE_OSX_VARIABLE.txt
|