diff options
author | Bartosz Kosiorek <gang65@poczta.onet.pl> | 2015-11-11 04:37:15 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-11-23 15:04:10 (GMT) |
commit | 5d74c870d907eed9afc9c544e7e6786fd1ea53c8 (patch) | |
tree | 8d100076f15b2f656f0cc28a27d110bab00b9d22 /Help/prop_tgt/FRAMEWORK_VERSION.rst | |
parent | dbef2244f97e266896f71729d0de5eeb80c1c5f9 (diff) | |
download | CMake-5d74c870d907eed9afc9c544e7e6786fd1ea53c8.zip CMake-5d74c870d907eed9afc9c544e7e6786fd1ea53c8.tar.gz CMake-5d74c870d907eed9afc9c544e7e6786fd1ea53c8.tar.bz2 |
Help: Update documentation to reflect support for iOS
Many of our interfaces documented for OS X also work for iOS.
Diffstat (limited to 'Help/prop_tgt/FRAMEWORK_VERSION.rst')
-rw-r--r-- | Help/prop_tgt/FRAMEWORK_VERSION.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/prop_tgt/FRAMEWORK_VERSION.rst b/Help/prop_tgt/FRAMEWORK_VERSION.rst index bf650a7..6aa3026 100644 --- a/Help/prop_tgt/FRAMEWORK_VERSION.rst +++ b/Help/prop_tgt/FRAMEWORK_VERSION.rst @@ -3,3 +3,6 @@ FRAMEWORK_VERSION Version of a framework created using the :prop_tgt:`FRAMEWORK` target property (e.g. ``A``). + +This property only affects OS X, as iOS doesn't have versioned +directory structure. |