mirror of
https://github.com/reactos/CMake.git
synced 2025-01-07 11:40:23 +00:00
45056264bb
Add documentation entries for variables CMAKE_OSX_ARCHITECTURES CMAKE_OSX_DEPLOYMENT_TARGET CMAKE_OSX_SYSROOT Explain what each does and when/how they should be set.
7 lines
319 B
Plaintext
7 lines
319 B
Plaintext
The value of this variable should be set prior to the first
|
|
:command:`project` or :command:`enable_language` command invocation
|
|
because it may influence configuration of the toolchain and flags.
|
|
It is intended to be set locally by the user creating a build tree.
|
|
|
|
This variable is ignored on platforms other than OS X.
|