diff options
author | Brad King <brad.king@kitware.com> | 2017-02-06 16:16:06 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2017-02-06 16:16:06 (GMT) |
commit | 92be2fb392d694dffc80e635f4ac10212cfd7ef9 (patch) | |
tree | 4e01daadaa31c3149d30049a9fca80868288637a /Help/release/dev/xcode-effective-platform-name.rst | |
parent | 811c854efffba6f97bb3038b651fed7fc1bcf2be (diff) | |
parent | c2f7ef637e7e47adf89cc8ef2eea2d6f879ddc7d (diff) | |
download | CMake-92be2fb392d694dffc80e635f4ac10212cfd7ef9.zip CMake-92be2fb392d694dffc80e635f4ac10212cfd7ef9.tar.gz CMake-92be2fb392d694dffc80e635f4ac10212cfd7ef9.tar.bz2 |
Merge topic 'doc-3.8-relnotes'
c2f7ef63 Help: Organize and revise 3.8 release notes
3f5e4f19 Help: Consolidate 3.8 release notes
Diffstat (limited to 'Help/release/dev/xcode-effective-platform-name.rst')
-rw-r--r-- | Help/release/dev/xcode-effective-platform-name.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Help/release/dev/xcode-effective-platform-name.rst b/Help/release/dev/xcode-effective-platform-name.rst deleted file mode 100644 index e337ca0..0000000 --- a/Help/release/dev/xcode-effective-platform-name.rst +++ /dev/null @@ -1,8 +0,0 @@ -xcode-effective-platform-name ------------------------------ - -* The Xcode generator can now control emission of the - ``EFFECTIVE_PLATFORM_NAME`` variable through the - :prop_gbl:`XCODE_EMIT_EFFECTIVE_PLATFORM_NAME` global property. - This is useful when building with multiple SDKs like macosx and - iphoneos in parallel. |