mirror of
https://github.com/reactos/CMake.git
synced 2024-12-09 12:24:14 +00:00
26a70449cc
In each environment variable doc page, insert an opening paragraph (ENV_VAR.txt) to say that this is an environment variable, and provide a link to the cmake-language section on environment variables.
11 lines
303 B
ReStructuredText
11 lines
303 B
ReStructuredText
CMAKE_OSX_ARCHITECTURES
|
|
-----------------------
|
|
|
|
.. include:: ENV_VAR.txt
|
|
|
|
Target specific architectures for macOS.
|
|
|
|
The ``CMAKE_OSX_ARCHITECTURES`` environment variable sets the default value for
|
|
the :variable:`CMAKE_OSX_ARCHITECTURES` variable. See
|
|
:prop_tgt:`OSX_ARCHITECTURES` for more information.
|