MACOSX_DEPLOYMENT_TARGET.rst 323 B

123456789101112
  1. MACOSX_DEPLOYMENT_TARGET
  2. ------------------------
  3. .. versionadded:: 3.10
  4. .. include:: ENV_VAR.txt
  5. Specify the minimum version of macOS on which the target binaries are
  6. to be deployed.
  7. The ``MACOSX_DEPLOYMENT_TARGET`` environment variable sets the default value for
  8. the :variable:`CMAKE_OSX_DEPLOYMENT_TARGET` variable.