CMAKE_OSX_DEPLOYMENT_TARGET.rst 477 B

12345678910111213
  1. CMAKE_OSX_DEPLOYMENT_TARGET
  2. ---------------------------
  3. Specify the minimum version of OS X on which the target binaries are
  4. to be deployed. CMake uses this value for the ``-mmacosx-version-min``
  5. flag and to help choose the default SDK
  6. (see :variable:`CMAKE_OSX_SYSROOT`).
  7. If not set explicitly the value is initialized by the
  8. ``MACOSX_DEPLOYMENT_TARGET`` environment variable, if set,
  9. and otherwise computed based on the host platform.
  10. .. include:: CMAKE_OSX_VARIABLE.txt