https://github.com/Kitware/CMake
Raw File
Tip revision: fae6e8c2cdb5ce6049439f4defd1367b507d1e4b authored by Brad King on 23 March 2023, 13:12:04 UTC
CMake 3.26.1
Tip revision: fae6e8c
CMAKE_OSX_ARCHITECTURES.rst
CMAKE_OSX_ARCHITECTURES
-----------------------

Target specific architectures for macOS and iOS.

This variable is used to initialize the :prop_tgt:`OSX_ARCHITECTURES`
property on each target as it is created.  See that target property
for additional information.

.. include:: CMAKE_OSX_VARIABLE.txt
back to top