https://github.com/Kitware/CMake
Raw File
Tip revision: 2a0c105cf08190284b288057c693eeddef5066fc authored by Brad King on 02 February 2023, 18:20:23 UTC
CMake 3.26.0-rc1
Tip revision: 2a0c105
MACOSX_DEPLOYMENT_TARGET.rst
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.
back to top