CMAKE_OSX_VARIABLE.txt 439 B

123456789
  1. The value of this variable should be set prior to the first
  2. :command:`project` or :command:`enable_language` command invocation
  3. because it may influence configuration of the toolchain and flags.
  4. It is intended to be set locally by the user creating a build tree.
  5. Despite the ``OSX`` part in the variable name(s) they apply also to
  6. other SDKs than macOS like iOS, tvOS, or watchOS.
  7. This variable is ignored on platforms other than Apple.