cmake/Help/envvar/MACOSX_DEPLOYMENT_TARGET.rst

11 lines
299 B
ReStructuredText
Raw Normal View History

2018-01-26 17:06:56 +01:00
MACOSX_DEPLOYMENT_TARGET
------------------------
2019-11-11 23:01:05 +01:00
.. include:: ENV_VAR.txt
2018-10-28 12:09:07 +01:00
Specify the minimum version of macOS on which the target binaries are
2018-01-26 17:06:56 +01:00
to be deployed.
The ``MACOSX_DEPLOYMENT_TARGET`` environment variable sets the default value for
the :variable:`CMAKE_OSX_DEPLOYMENT_TARGET` variable.