mirror of
https://github.com/reactos/CMake.git
synced 2024-12-08 20:07:39 +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
299 B
ReStructuredText
11 lines
299 B
ReStructuredText
MACOSX_DEPLOYMENT_TARGET
|
|
------------------------
|
|
|
|
.. include:: ENV_VAR.txt
|
|
|
|
Specify the minimum version of macOS on which the target binaries are
|
|
to be deployed.
|
|
|
|
The ``MACOSX_DEPLOYMENT_TARGET`` environment variable sets the default value for
|
|
the :variable:`CMAKE_OSX_DEPLOYMENT_TARGET` variable.
|