blob: 662bd03ec52966954b39eeaafdb6c8e9170a690f [file] [log] [blame]
Haibo Huang241d3982020-02-28 16:39:50 -08001MACOSX_DEPLOYMENT_TARGET
2------------------------
3
4.. include:: ENV_VAR.txt
5
6Specify the minimum version of macOS on which the target binaries are
7to be deployed.
8
9The ``MACOSX_DEPLOYMENT_TARGET`` environment variable sets the default value for
10the :variable:`CMAKE_OSX_DEPLOYMENT_TARGET` variable.