OSX_ARCHITECTURES.rst 499 B

1234567891011
  1. OSX_ARCHITECTURES
  2. -----------------
  3. Target specific architectures for OS X.
  4. The ``OSX_ARCHITECTURES`` property sets the target binary architecture for
  5. targets on OS X (``-arch``). This property is initialized by the value of the
  6. variable :variable:`CMAKE_OSX_ARCHITECTURES` if it is set when a target is
  7. created. Use :prop_tgt:`OSX_ARCHITECTURES_<CONFIG>` to set the binary
  8. architectures on a per-configuration basis, where ``<CONFIG>`` is an
  9. upper-case name (e.g. ``OSX_ARCHITECTURES_DEBUG``).