MACOSX_DEPLOYMENT_TARGET.rst 299 B

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