blob: 662bd03ec52966954b39eeaafdb6c8e9170a690f (
plain)
1
2
3
4
5
6
7
8
9
10
|
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.
|