CMake/Help/envvar/MACOSX_DEPLOYMENT_TARGET.rst
Joachim Wuttke (l) 26a70449cc Help: Describe environment variables as such.
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.
2018-11-13 09:29:36 +01:00

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.