mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 18:09:42 -05:00
fc1602456a
Apple's main Operating system changed their name from OS X to macOS:
https://www.engadget.com/2016/06/13/os-x-is-now-macos/
Revise documentation accordingly.
9 lines
273 B
ReStructuredText
9 lines
273 B
ReStructuredText
MACOSX_DEPLOYMENT_TARGET
|
|
------------------------
|
|
|
|
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.
|