diff options
author | Brad King <brad.king@kitware.com> | 2014-01-16 15:21:47 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-01-16 15:21:47 (GMT) |
commit | 45056264bbccf3d5ce9690661bbe573d8511550b (patch) | |
tree | 0f9587c11da7ccc14c2f0fd75859157c71c620bb /Help/variable/CMAKE_OSX_ARCHITECTURES.rst | |
parent | 0d2318dedd4c80a85b3b3e337148a9e4f7629549 (diff) | |
download | CMake-45056264bbccf3d5ce9690661bbe573d8511550b.zip CMake-45056264bbccf3d5ce9690661bbe573d8511550b.tar.gz CMake-45056264bbccf3d5ce9690661bbe573d8511550b.tar.bz2 |
Help: Document CMAKE_OSX_* variables
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.
Diffstat (limited to 'Help/variable/CMAKE_OSX_ARCHITECTURES.rst')
-rw-r--r-- | Help/variable/CMAKE_OSX_ARCHITECTURES.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_OSX_ARCHITECTURES.rst b/Help/variable/CMAKE_OSX_ARCHITECTURES.rst new file mode 100644 index 0000000..b9de518 --- /dev/null +++ b/Help/variable/CMAKE_OSX_ARCHITECTURES.rst @@ -0,0 +1,10 @@ +CMAKE_OSX_ARCHITECTURES +----------------------- + +Target specific architectures for OS X. + +This variable is used to initialize the :prop_tgt:`OSX_ARCHITECTURES` +property on each target as it is creaed. See that target property +for additional information. + +.. include:: CMAKE_OSX_VARIABLE.txt |