mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
13 lines
323 B
ReStructuredText
13 lines
323 B
ReStructuredText
MACOSX_DEPLOYMENT_TARGET
|
|
------------------------
|
|
|
|
.. versionadded:: 3.10
|
|
|
|
.. 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.
|