https://github.com/Kitware/CMake
Raw File
Tip revision: 7f1569d2d8c1a647cf4d1b0696834952cf8f00fb authored by Brad King on 09 July 2018, 12:06:27 UTC
CMake 3.12.0-rc3
Tip revision: 7f1569d
MACOSX_DEPLOYMENT_TARGET.rst
MACOSX_DEPLOYMENT_TARGET
------------------------

Specify the minimum version of OS X 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