OSX_ARCHITECTURES.rst 447 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. This property is initialized by the value of the
  6. variable CMAKE_OSX_ARCHITECTURES if it is set when a target is
  7. created. Use OSX_ARCHITECTURES_<CONFIG> to set the binary
  8. architectures on a per-configuration basis. <CONFIG> is an upper-case
  9. name (ex: "OSX_ARCHITECTURES_DEBUG").